Open source · Node.js · Claude-native

The intelligence layer
above your agents.

Cortext keeps Claude Code agents alive, coordinated, and reachable 24/7. Persistence, multi-agent orchestration, Telegram control, and a full dashboard — all wired up. Node.js, open source.

$curl -fsSL https://get.cortext.dev | bash
View on GitHubRead the docs
Cortext6 online
24
tasks today
19
completed
3
pending
paul
7 tasks
Orchestrator
Coordinating launch sprint
boris
5 tasks
Developer
Building TestFlight release
donna
3 tasks
Assistant
Inbox clear, 3 replies staged
nick
4 tasks
Content
3 scripts ready for review
data
2 tasks
Research
Monitoring competitors
sentinel
3 tasks
Analyst
Metrics report running
Last heartbeat: 38s ago
Morning briefing sent
0+
agents deployed
0%
uptime (PM2 + auto-restart)
0+
tasks completed

Claude Code is powerful. But keeping agents alive 24/7, coordinated across a fleet, and reachable from your phone takes months to build. We built it once.

Everything you'd build. Already built.

The infrastructure layer so you can focus on what your agents actually do.

Always-on persistence

Agents survive crashes, context exhaustion, and reboots. Auto-restart via PM2 and heartbeat monitoring keep every agent alive.

Multi-agent orchestration

An orchestrator decomposes goals and delegates to specialists. Agents block on dependencies, surface approvals, and resume automatically — no wiring required.

Telegram control

Every agent gets its own Telegram bot. Send tasks, receive briefings, approve or reject actions inline — all in a chat that's always in your pocket.

Full-featured dashboard

A Next.js dashboard ships with the framework. Tasks, approvals, activity feed, agent health, knowledge base, analytics — ready to run.

iOS mobile app

Native iOS app for on-the-go access. Monitor agents, review tasks, process approvals, and read briefings from anywhere.

Long-term memory

Each agent maintains daily session memory and persistent long-term memory. Sessions continue exactly where they left off — context is never lost.

Approval gates

Agents ask before acting. Emails, deploys, social posts, and financial actions are staged for your approval. One tap in Telegram to decide.

Automated briefings

Morning and evening briefings pushed to Telegram automatically. What got done overnight, what needs attention, what's pending approval.

Security hardened

Full audit completed — 45 vulnerabilities identified and fixed before v1 shipped. Command injection, JWT bypass, secrets management — all addressed.

Agent specialization

Ship agents pre-configured for specific roles: developer, analyst, assistant, content creator, researcher. Domain tools and goals baked in.

Task management

Full task lifecycle with priorities, statuses, and blockers. Every piece of work is visible on the dashboard with zero configuration.

Bus & inbox system

Agents communicate via a file-based message bus. Signed inboxes, delivery guarantees, and automatic blockers when one agent needs another to finish first.

How it works

One orchestrator. Many specialists. One bus.

You · Telegram · Dashboard · iOS app
Orchestrator
decomposes goals · delegates · monitors · briefs
message bus · inbox · task queue · event log
Developer
code · deploys
Analyst
metrics · health
Assistant
email · calendar
Researcher
intel · scraping
Creator
content · scripts

Up in 10 minutes

From zero to a running agent fleet.

1

Install and configure

Clone the repo, run the interactive setup, and create your organization. Takes about 10 minutes. Your agents get names, roles, and Telegram bots.

2

Agents come online

Each agent boots as a managed PM2 process, reads its identity and goals, sets up its cron schedule, and messages you on Telegram when ready.

3

Work from anywhere

Send tasks by message. Receive briefings pushed to you. Approve or reject actions inline. View everything on the dashboard or mobile app.

Quick start

The exact commands to go from zero to running.

bash
Clone and install
$ git clone https://github.com/grandamenium/cortextos
$ cd cortextos && npm install
 
Interactive setup — creates your org, agents, Telegram bots
$ claude -p "/cortextos-setup"
 
Enable your first agent
$ bash enable-agent.sh orchestrator
 
Launch the dashboard
$ cd dashboard && npm run build && npm start
 
Your agents message you on Telegram — you're live

We audited ourselves before you had to.

A full security audit completed on 2026-03-31 identified 45 vulnerabilities across the bash layer, agent lifecycle management, Telegram integration, and the Node.js dashboard API. All four Critical findings remediated. Audit surface included command injection, JWT bypass, secrets management, and inter-agent isolation.

45
vulnerabilities found
4
critical — all fixed
16
high — 12 fixed
View security report on GitHub →

Start building today.

Cortext is open source. Node.js, MIT licensed. Clone it, run setup, and have agents running in under 10 minutes.

GitHub →Read the docs →