GLOOCODE

Your coding agent.
Just got cheaper.

GlooCode is an autonomous multi-agent coding system that plans, builds, tests, and debugs your code — powered by cost-optimized models through Gloo AI.

$curl -fsSL https://gloocode.ai.gloo.com/install.sh | sh

macOS, Linux — ARM64 & x64

Same work. A fraction of the cost.

Estimated monthly cost for equivalent coding workloads

GlooCode
$32
Direct agentic coding
$250+

Based on equivalent multi-agent coding workloads. Actual savings vary by usage.

Four agents. One workflow.

Optimized out of the box. Fully extendable — build your own agents with any model.

planArchitecture & planning
buildAgent orchestration
exploreResearch & discovery
generalCode generation

Build your own agentsdefine custom agents with any Gloo model via gloocode.json. Tuned prompts, scoped permissions, any model. Learn more

Built for developers

Autonomous Execution

Give it a goal — it plans, codes, tests, and debugs in a loop until done.

Full Context Awareness

Reads your entire codebase, uses git state, maintains session continuity.

Tool Use Built In

File system, shell, web search, LSP, MCP plugins — no configuration needed.

Switch Agents Mid-Session

/plan, /build, /explore — change modes as your work evolves.

Custom Agents

Define your own agents with any Gloo model via gloocode.json.

SDK & Proxy

TypeScript SDK and Bun proxy for headless or programmatic use.

Up and running in three steps

1

Install

$ curl -fsSL https://gloocode.ai.gloo.com/install.sh | sh

Single binary. No runtime dependencies. Under 5 seconds.

2

Connect to Gloo AI

$ export GLOO_AI_CLIENT_ID=<your-id>
$ export GLOO_AI_CLIENT_SECRET=<your-secret>

Get your credentials from Gloo AI Studio.

3

Code

$ cd ~/my-project && gloocode

Describe what you want. GlooCode handles the rest.

gloocode — ~/dev/my-service
> Add a REST endpoint for user invitations with email validation
 
agent:plan Planning implementation...
- POST /api/invitations endpoint
- Email validation with RFC 5322 regex
- Rate limiting: 10 invites/hour per org
 
agent:build Implementing...
+ src/routes/invitations.ts (created)
+ src/validators/email.ts (created)
~ src/routes/index.ts (modified)
 
Running tests...
PASS src/__tests__/invitations.test.ts (4 tests)
 
Committed: feat: add user invitation endpoint with email validation

What developers are saying

Installed Tuesday, shipped production code by Wednesday.Tim

The workflow clicked from session one.Full Stack Developer

Significantly cheaper than the big players.Jackson

Quality code at a fraction of the price.Agent Orchestrator

Exceptional for agentic engineering.Fullstack Engineer

Premium-tool quality, minus the token spike on long runs.Tim

MCP integrations, subagents, and tool calls just work.Julian

Built-in resiliency and variety of models.Jackson

Multi-agent routing gets me premium-tool quality.Full Stack Developer

So the whole ecosystem could benefit.Jaron

Bundled it all together and the results speak for themselves.Agent Orchestrator

100 million tokens for less than $10.Ryan

Greenfield app, no detailed plan, worked it all out live in a chat.Principal Engineer

Built on open source models and way more fun.Engineering Manager

macOS ARM64macOS x64Linux ARM64Linux x64Linux musl

Frequently Asked Questions

Direct provider tools lock you into one model at premium prices. GlooCode routes each task to the best model for the job — planning, building, exploring — so you get better results at a fraction of the cost. You keep full flexibility to swap models or add your own agents.

GlooCode does the same work — autonomous coding, planning, testing, debugging — but uses cost-optimized models through Gloo AI instead of premium single-provider pricing. The multi-agent architecture means each type of task gets a model tuned for it, rather than one model doing everything.

Yes. GlooCode ships with optimized defaults, but you can create custom agents with any model available through Gloo AI. Define your own system prompts, permissions, and model selections in a simple JSON config.

GlooCode itself is free. You pay for the model usage through your Gloo AI account — the same pay-as-you-go pricing you already use for the API. The multi-agent architecture typically costs 60-70% less than equivalent work on direct provider tools.

No. GlooCode runs in your terminal alongside your existing tools. It works with any git repository, uses standard file operations, and commits through git. Install it, point it at a project, and start describing what you want built.

Start building with GlooCode

$curl -fsSL https://gloocode.ai.gloo.com/install.sh | sh