A selfâhosted, singleâbinary AI agent platform. Autonomous multiâagent orchestration, harness driven, safe tool use, and a selfâimproving workflow â running entirely on your machine, with encrypted local storage and zero required external dependencies. Optionally supercharged by Mothership, the Growther.ai cloud.
Growther.ai Comprehensive Platform SuiteÂ
Growther.ai C5 is a complete AIâagent runtime that ships as one selfâcontained executable â no Node, no Docker, no dependency chase. Drop the binary on macOS, Windows, or Linux and you have:
- Multiâagent orchestration â a planner plus specialized coordinators and workers that decompose and execute real tasks, with perâcoordinator model routing.
- Tool use, safely â native tools, computer use & system control, and MCP integrations with industry-standard guardrails behind a humanâinâtheâloop permission ladder, perâtool circuit breakers, and egress DLP.
- Chat, scheduling, and workspaces â streaming chat that understands your imports, scheduled/recurring requests, and a kanban + library UI for attachments and deliverables.
- Private by default â everything lives in
~/.growther, encrypted at rest with SQLCipher. Your prompts, data, and keys never leave the machine. Or decrypt your data at the touch of a button; you always own your data. - Selfâimproving â a builtâin flywheel that learns from your usage and gets better over time. Sparring loops automatically evaluate and improve the system doing your work.
- Self-healing - Don't worry if your browser, server, or LLM go down, or even if the power goes out. C5 keeps track of its work and will resume where it left off.
- Peace of mind - Rest easy: C5's databases auto-heal, auto-backup, and auto-recover. Configurable enterprise grade backup strategies for your data and configurations.
- Total visibility - See what C5 is doing, why it's doing it, and how it's doing it. Charts, graphs, and visualizations of budgets, data, productivity, and more.
The CLI is growther. One binary, batteries included.
macOS / Linux
curl -fsSL https://growther.ai/install.sh | bashWindows (PowerShell)
irm https://growther.ai/install.ps1 | iexHomebrew (macOS / Linux)
brew install growther/tap/growther-c5The installer detects your OS/arch, downloads the matching binary, verifies its
SHAâ256, puts growther on your PATH, and seeds ~/.growther with the signed
build manifest (which the app verifies at runtime). Then:
growther --help
growther activate # firstârun license / device activationgrowther update # selfâupdate to the latest signed release (verifies the hash)
growther update --check # just check whether a newer version existsOr update the way you installed:
- Homebrew â
brew upgrade growther-c5(the formula autoâbumps the moment a release lands, sobrewalways has the newest version). - Install script â reârun the
curl ⌠| bash/irm ⌠| iexoneâliner above.
C5 is fully functional on its own â a private, powerful agent platform you own end to end. Mothership is the Growther cloud that turns a collection of private installs into a compounding, selfâimproving network.
| C5 standalone | C5 + Mothership | |
|---|---|---|
| Agents ¡ Harnesses ¡ Orchestration ¡ Recipes ¡ Skills ¡ Tool use ¡ And more | â Full | â Full |
| Fault tolerant requests & storage | â | â |
| Killâswitch | â | â |
| Local encrypted storage | â | â |
| Managed updates | â | â |
| Works fully offline | â | â Purely additive |
| Accelerate quality & throughput | Local only | â Dual-flyweel effect |
| Analytics + performance insight | Local only | â Aggregate dashboards |
| Shared instructions / skills / rules / defect-detection | Local only | â The flywheel â patterns proven across the network propagate to you |
| Self-learning | Local only | â Exponential gains |
| Community bolstered self-improvement | â | â Force-multiplied; privacy assured |
The case for Mothership â network effects. A single C5 gets better from your usage. A fleet on Mothership gets better from everyone's: the flywheel measures which prompts, skills, and rules actually win (Wilsonâdominance adoption) and propagates them, so each install rides the collective's learning curve â not just its own. Layer on managed operations â fleet control, signed updates, telemetryâdriven fixes, billing â and Mothership is the difference between running an agent and operating an everâimproving agent platform at scale.
Start standalone today; connect to Mothership with growther activate whenever you
want the network.
Every binary is published with a .sha256 and a signed build_manifest.json. The
installer checks the SHAâ256 before installing, and C5 verifies the manifest's
Ed25519 signature at runtime (SOC 2 change management). Nothing runs that wasn't
built and signed by the release pipeline.
- đ growther.ai â home
- đŚ Release archive â every published version, with digests
- đ§ž
releases.jsonâ the machineâreadable catalog the installer and the inâapp autoâupdater read
The Growther.ai platform is built around best-practices in software architecture and development with enterprise-grade security and reliability standards, and automated deployment & quality control. The status block at the top is written automatically by the C5 Release pipeline; everything else here is handâmaintained.
Shift-Left Quality Assurance: Static analysis catches syntax, type, and security flaws before execution, unit tests verify isolated logic correctness, and integration tests guarantee components work together seamlesslyâensuring end-to-end platform reliability and rapid, confident releases.
Growther.ai C5 and Mothership mechanisms are covered by U.S. Patent Application No. 64/130,388.