EveryDev.ai
Subscribe
Home
Tools

3,864+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2782
  • Coding1973
  • Infrastructure825
  • Projects603
  • Marketing598
  • Research520
  • Analytics468
  • Design462
  • MCP419
  • Testing346
  • Security323
  • Data305
  • Integration224
  • Prompts220
  • Communication210
  • Extensions196
  • Learning179
  • Voice175
  • Commerce160
  • DevOps135
  • Web95
  • Finance31
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Nakama
    Nakama icon

    Nakama

    Agent Frameworks

    An open-source platform to build, run, and manage AI agents together, with memory, skills, tools, and multi-channel support for teams.

    Visit Website

    At a Glance

    Pricing
    Open Source
    Free tier available

    Self-host Nakama for free under the MIT License using Docker or Bun.

    Managed Hosting: Custom/contact

    Engagement

    Available On

    Web
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent FrameworksMulti-agent SystemsAutonomous Systems

    Alternatives

    PlumoAIOpenManusII Agent
    Developer
    ahmadrosidMetro, IndonesiaEst. 2026

    Listed Sep 2026

    About Nakama

    Nakama is an open-source AI agent platform built for teams, released under the MIT License by ahmadrosid. It provides a ChatGPT-style dashboard where each agent has its own identity, memory, instructions, tools, and permissions — all running on a single server that supports multiple organizations. The project is actively maintained on GitHub, with the latest release at v0.4.10 as of September 2026.

    What It Is

    Nakama is a self-hostable multi-agent platform that lets teams build, run, and manage AI agents collaboratively. It sits in the same category as Hermes Agent and OpenClaw — the GitHub description explicitly positions it as "like Hermes Agent & OpenClaw but designed to work nicely with teams" — but focuses on reducing setup complexity and enabling multi-org, multi-user deployments. Agents can use tools, skills, memory, and external channels, and the whole system can run from a single Docker container or through Nakama's managed cloud offering.

    Architecture and Deployment Model

    Nakama is written primarily in TypeScript and uses Bun as its runtime. It can be deployed in three ways:

    • Local development: bun run dev:web starts both the server and web dashboard at localhost:3003.
    • Docker: A prebuilt image is available at ghcr.io/ahmadrosid/nakama:latest, exposing the dashboard at port 4310.
    • Managed cloud: Nakama Cloud at getnakama.cloud provisions a hosted instance with no need for Bun, Docker, or a VPS.

    The server stores configuration in ~/.nakama/config.ini and exposes interactive API docs at /docs. A live demo is available at demo.getnakama.cloud.

    Multi-Team and Agent Isolation

    Nakama is designed from the ground up for multi-tenant use. A single server instance can host multiple organizations, each with its own members, agents, and isolated data. Each agent gets its own workspace, memory, and role — preventing cross-agent data leakage. Invites and role-based permissions are built in, making it suitable for teams that need governance over who can interact with which agents.

    Integrations and Channels

    Agents in Nakama can reach users across multiple channels and connect to external services:

    • Messaging: Telegram, WhatsApp, and Discord are supported natively.
    • External apps: Composio integration provides access to more than 1,000 external applications, enabled through the web UI under Integrations.
    • Local models: Nakama supports Ollama for local inference, requiring no API key or external payment.
    • Omni: The Docker image ships with omni, a tool that compresses bash and read_file output before it reaches the model, reducing token usage. It can be toggled off via the Integrations panel or the NAKAMA_OMNI=0 environment variable.

    Skills, Scheduling, and Automation

    Beyond one-off conversations, Nakama supports recurring scheduled work — agents can run jobs on a defined schedule (e.g., every Monday) without manual intervention. Agents can also convert successful workflows into reusable skills, enabling a form of continuous improvement. The homepage lists concrete use cases the project team says users are already running: building AI product backends, managing social media pipelines, writing books with multiple collaborating agents, automating daily reports, and turning podcasts into short video clips.

    Update: v0.4.10

    The latest release is v0.4.10, published on September 8, 2026. The repository was last pushed to on September 11, 2026, indicating active development. The project has accumulated 368 stars and 65 forks since its creation in May 2026, with 28 open issues. An ARCHITECTURE.md file in the repository documents the system design for contributors and self-hosters.

    Nakama - 1

    Community Discussions

    Be the first to start a conversation about Nakama

    Share your experience with Nakama, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Self-host Nakama for free under the MIT License using Docker or Bun.

    • Full source code access under MIT License
    • Self-hosted Docker deployment
    • Multi-organization support
    • Telegram, WhatsApp, Discord integrations
    • Composio integration (1,000+ apps)

    Managed Hosting

    Nakama Cloud handles hosting so you don't need Bun, Docker, or a VPS.

    Custom
    contact sales
    • Provisioned cloud instance
    • First-time setup wizard in the browser
    • No infrastructure management required
    View official pricing

    Capabilities

    Key Features

    • Multi-agent workspace with per-agent memory, instructions, and tools
    • Multi-organization support on a single server instance
    • ChatGPT-style web dashboard
    • Telegram, WhatsApp, and Discord channel integrations
    • Composio integration for 1,000+ external apps
    • Recurring scheduled agent jobs
    • Reusable skills from successful workflows
    • Self-hosted (Docker) or managed cloud deployment
    • Local model support via Ollama (no API key required)
    • Role-based access control and team invites
    • Interactive API docs at /docs
    • Omni output compression for reduced token usage
    • Terminal and web access modes

    Integrations

    Telegram
    WhatsApp
    Discord
    Composio
    Ollama
    Docker
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Nakama and help others make informed decisions.

    Developer

    ahmadrosid

    ahmadrosid builds Nakama, an open-source AI agent platform designed for teams to build, run, and manage agents collaboratively. The project is written in TypeScript, runs on Bun, and supports self-hosted Docker deployments as well as a managed cloud offering at getnakama.cloud. Nakama draws inspiration from Hermes Agent and OpenClaw, focusing on multi-org isolation, channel integrations, and minimal setup complexity.

    Founded 2026
    Metro, Indonesia
    Read more about ahmadrosid
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    PlumoAI icon

    PlumoAI

    An open-source autonomous AI employees platform where AI workers think, plan, select their own agents, build workflows, and deliver outcomes — with built-in project management.

    OpenManus icon

    OpenManus

    An open-source framework for building and running general-purpose AI agents capable of executing complex, multi-step tasks autonomously.

    II Agent icon

    II Agent

    An open-source AI agent framework built for real work, supporting mobile/web app development, research, document automation, and multi-model conversations with BYOK support.

    Browse all tools

    Related Topics

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    690 tools

    Multi-agent Systems

    Platforms for creating and managing teams of AI agents that can collaborate.

    351 tools

    Autonomous Systems

    AI agents that can perform complex tasks with minimal human guidance.

    418 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions