repryntt

Free · open source · runs on your hardware

Install repryntt.
Run the full autonomous
AI system yourself.

220 specialists. Persistent memory. Multi-agent orchestration. Your device, your keys, your data. Free forever — and when you want the team that runs around it, membership is $29/mo.

install in one line — macOS · Linux · Termux

bash <(curl -fsSL https://repryntt.com/install.sh)

Windows: git clone https://github.com/ai158z/repryntt-public && cd repryntt-public && python install.py

MIT · BYOK · ~$1–10/hr at 40 RPM on frontier models · yes the Y is on purpose

220

specialist agents

380

built-in tools

6

workbenches

$29

membership

Not a chat.

220 specialists with tuned personas, tool policies, and a verify-before-deliver loop. Colleagues, not autocompletes.

Persistent.

Memory survives restarts. Files on your disk. Agents pick up where they left off.

Local-first.

The OSS runs entirely on your hardware. Air-gappable. BYOK across 6 providers.

Robotics-ready.

Same agent brain runs Jetson + ROS2 + LeRobot. Software and physical machines from one runtime.

the membership

Membership isn't a paywall.
It's joining.

The OSS gives you the engine. Membership gives you the team that runs around it. Hosted workbenches we build for ourselves. AI staff we put in charge of our own ops. Inner-circle access while we figure out what autonomous business actually looks like.

what members get today

Already shipped.

  • 6 hosted workbenchesForge, Studio, Coherence, Swarm, Nexus Hub, Agent Studio.
  • Universal inbox + SlackRun agents from any channel. Slash command in; results message back.
  • Brain PulseLive activity dashboard. See agents working in real time.
  • REPRYNTT_API_KEYDrop agents into your CI, scripts, automation.

coming, members first

The agents we're building to run ourselves.

We're putting our own agents in charge of how we run repryntt. Members get the front-row seat — and benefit from every workflow we ship.

  • Member intelligence briefsWeekly research drops from our scientific agent team.
  • AI-run supportAgents triage your tickets first; humans take over when it matters.
  • Monthly agent dropsNew specialists added every month. Members first.
  • Roadmap voteMembers pick what ships next.

why now

The first 100 members lock in the floor.

$29/mo, first dibs on every member-only drop, and influence on what we build next. Once we hit 100 the floor moves. Get in while it's flat.

7-day free trial · cancel one-click · BYOK = no token markup

honest comparison

repryntt vs the peer projects.

We're in the same neighborhood as openclaw (the agent framework whose persistent-files method we borrowed for Brain Builder) and Hermes Agent (NousResearch's function-calling-tuned model line). Each is best at something different. Here's the honest table.

CapabilityreprynttopenclawHermes Agent
Specialist roster shipped out of the box220 across 33 departments0 — you build your own0 — model + tools, no roster
Persistent memory across restartsYes — file-backed openclaw methodYes — invented this patternSession-scoped via tool-state
Built-in tool registry380 tools, 35+ categories, growingSmall core — bring your ownGrows with model fine-tunes
Multi-agent orchestrationSwarm Mode + Forge multi-step pipelinePossible, not first-classPossible, not first-class
Code generation with real test executionCoding Forge — Architect → TesterNo built-in pipelineStrong function-calling, no harness
Robotics / embodied agentsJetson + ROS2 + LeRobot in OSSSoftware-onlySoftware-only
Function-call model qualityBYOK — uses upstream models as-isBYOK — uses upstream models as-isCustom-tuned Hermes line excels here
Hosted dashboard option$29/mo membershipSelf-host onlySelf-host only
Framework leannessOpinionated, batteries-includedLean — pure framework, your decisionsModel-first, slim runtime
LicenseMITApache-2.0Mixed — model licenses vary

Where openclaw wins: if you want a pure framework, no opinions, no roster. Build everything yourself, exactly the way you want it.

Where Hermes wins: if your bottleneck is function-call accuracy on a specific fine-tuned model. The Hermes line is purpose-built for that.

Where repryntt wins: if you want a complete system today — 220 specialists, 380 tools, six workbenches, robotics, and a dashboard — without building the harness yourself.

developer-first

Drop into your code.

Generate a REPRYNTT_API_KEY. Bearer token from any language, any framework, any CI.

Read the quickstart →
curl
$ curl https://api.repryntt.com/v1/agents/run \
   -H "Authorization: Bearer $REPRYNTT_API_KEY" \
   -d '{
     "agent": "Code Reviewer",
     "task": "Review this PR for bugs"
   }'

{
  "job_id": "job_a1b2c3",
  "agent": "Code Reviewer",
  "output": "Reviewed. Two issues found: ...",
  "model_used": "claude-sonnet-4",
  "tokens": { "prompt": 412, "completion": 89 }
}

Stop renting AI.
Run it yourself.

One paste, ten minutes, and you've got the full autonomous system on your device.

bash <(curl -fsSL https://repryntt.com/install.sh)