Open source · MIT · self-hosted

An autonomous
AI operator/for your projects.

Ten specialized agents plan, build, deploy, monitor, and grow whatever you ship — continuously, on your own server, on free LLMs.

$ curl -fsSL https://galaxia.sh/install | bash
10
specialized agents
24/7
autonomous loop
$0
monthly LLM bill
MIT
open source
01 — process

Three commands. Infinite output.

From zero to an autonomous AI-managed project in under sixty seconds. No SaaS dashboard. No monthly spend. It runs on your box, on your rules.

01 · installone script

Bootstrap the engine.

Installs the core runtime, all ten agents, the dashboard, and wires Groq + Ollama as default providers.

$ curl -fsSL galaxia.sh/install | bash
02 · describeplain english

State the mission.

Tell it what you want in a sentence. The planner turns it into an architecture, a roadmap, and a task queue.

$ galaxia init "SaaS for dog walkers"
03 · launchalways on

Leave it running.

The orchestrator loops through agents, ships features, tests endpoints, monitors health, and suggests next moves.

$ galaxia start
02 — crew

Ten agents. One mission.

Each agent owns a domain. They work sequentially under CPU limits, write to a shared task queue, and report to the orchestrator. No tangled prompt spaghetti.

NO.CODENAMEROLESIGNALSTATE
01 orchestrator Continuous loop. CPU-throttled. Schedules every agent, project by project, around the clock. pm2 · loop running
02 dev Ships features. Reads the task queue, writes code, opens PRs, hands off to cicd. in → tasks online
03 cicd Runs test suites, deploys, auto-rolls back on failure. The safety net before production. after dev online
04 test Endpoint health checks, contract tests, smoke runs against every live app. hit · /health online
05 analyse Performance telemetry, latency budgets, resource drift, weekly improvement briefs. read · metrics online
06 controle System health, SSL renewals, security posture, firewall drift, dependency audit. watch · infra online
07 contenu UX copy, onboarding flows, SEO metadata, microcopy polish, landing iteration. write · UX online
08 veille Daily AI/GitHub intelligence. Ranks new releases by relevance to your stack. 08:00 · daily online
09 ideas Proposes new features based on user signals, analytics, and competitive scans. emit → tasks online
10 tasks The shared queue. Dispatches work across agents, handles retries, tracks dependencies. queue · central running
03 — stack

Self-hosted. No vendor lock-in.

Runs on any Ubuntu-class VPS. Free LLMs by default. Swap any layer without rewriting the agents.

Runtime

  • Node.js + BunES modules
  • TypeScriptstrict mode
  • PM2process manager
  • SQLite (better-sqlite3)per-project state
  • Nginx + Certbotreverse proxy, SSL

Intelligence

  • Groq (llama-3.3-70b)light / medium
  • Ollama (llama3.2)local / offline
  • Claude Sonnetheavy / critical
  • LLM Routercost-aware
  • Plugin MCP serversdesign, image, data
04 — pricing

Free to run. Pay for comfort.

The whole engine is open source. The hosted tiers exist for people who want managed Claude, a cloud dashboard, or white-label deployment.

Open source
$0forever
Everything to run your AI company on your own box.
  • Full GALAXIA engine
  • All 10 agents + orchestrator
  • CLI + dashboard
  • Groq + Ollama routing
  • Community support (GitHub)
Clone on GitHub →
Business
$99/ month
For teams running multiple products under one roof.
  • Everything in Pro
  • Unlimited projects
  • White-label dashboard
  • Team access controls
  • Custom agents + dedicated support
Talk to Jeff →
05 — deploy

Stop shipping alone. Ship with a crew.

One command boots the whole operation. No signup, no credit card, no telemetry.

$ curl -fsSL https://galaxia.sh/install | bash