An AI Agent That Remembers Everything, Works Everywhere
Deploy an autonomous agent to Slack, Discord, Telegram, and WhatsApp with persistent memory, multi-agent teams, smart model routing, and 35+ skills. Self-hosted. Fully yours.
$ npx @project-nomos/nomos chat
Everything You Need in One Agent
Memory, channels, teams, routing, skills, and security — all built in, all open source.
Up and Running in Minutes
From install to deployed agent in four steps.
Install & Connect
One command to start. Connect your database, set an API key, and the setup wizard walks you through the rest.
$ npx @project-nomos/nomos chatChat or Deploy
Use the CLI for interactive sessions, or run the daemon to connect Slack, Discord, Telegram, and more.
$ nomos daemon runMemory Builds Automatically
Every conversation is chunked, embedded, and indexed. The agent recalls context across sessions and channels.
Scale with Teams
Prefix any message with /team to spawn parallel workers. Complex tasks get decomposed, executed, and synthesized.
$ /team analyze our Q4 metricsDeploy to 6 Platforms
One agent runtime, thin adapters. Messages from all channels flow into the same brain with the same memory.
Slack
AvailableSocket Mode + User Mode with draft approval
Discord
AvailableFull bot integration with streaming responses
Telegram
AvailableBuilt on grammY with markdown rendering
Via Baileys — no business API needed
iMessage
macOSmacOS native — reads from Messages.app
Web / gRPC
AvailableConnect any client via gRPC or WebSocket
An Agent That Evolves Itself
Nomos has a built-in self-improvement skill. It can analyze its own codebase, implement changes, and open pull requests — all autonomously.
Clones a fresh copy — never modifies the running instance
Runs all checks: format, typecheck, lint, and tests
Opens a PR for your review with a clear summary
Just say "improve yourself" or "add tests for the chunker"
You:
Add edge case tests for the memory chunker
Nomos:
I'll analyze the chunker, write tests, and open a PR.
✓ Cloned repo to /tmp/nomos
✓ Analyzed src/memory/chunker.ts
✓ Added 6 edge case tests
✓ All 199 tests passing
✓ PR opened: #42
35+ Skills, Three-Tier Loading
Bundled skills get you started. Add personal skills at ~/.nomos/skills/ or project-specific ones at ./skills/. Create your own in minutes.
Productivity
Communication
Development
Creative
Documents
Ready to Deploy Your Agent?
Open source, self-hosted, MIT licensed. Star the repo, clone it, and start building.