CapivarSpace
Unified desktop workspace — multiple terminals, agent panels and persistent sessions.
▸ agent.planner: ready
▸ 142 tests · 0 failures
✓ patch applied to 3 files
The vibe coding platform for builders who ship software at the speed of thought.
No credit card · Runs on macOS, Linux and Windows
Companies and communities in the agent ecosystem
Capivar is a cohesive stack: voice, workspace, open protocol, and CLI — designed to talk to each other from the very first commit.
Unified desktop workspace — multiple terminals, agent panels and persistent sessions.
▸ agent.planner: ready
▸ 142 tests · 0 failures
✓ patch applied to 3 files
Voice for code. Local Whisper transcription, push-to-talk and direct injection into the agent.
whisper-large-v3 · local240ms
Model Context Protocol hub — connect tools, data and APIs to your agents in a single install.
Native CLI agent — proposes auditable diffs, runs tests and opens the PR without leaving the terminal.
// services/billing.ts
- export const limits = user.plan
+ export const limits = await getPlanLimits(uid)
+ if (!limits) throw new Error()
✓ 12 tests ok · ✓ lint ok
✓ PR #142 openedthingVoice
Dictate, narrate, ask for a refactor. Capivar Voice transcribes locally with optimized models and feeds text straight into the agent, editor or terminal — no cloud latency.
thingSpace
Capivar Space is the orchestration environment: multiple terminals, log panels, parallel agent sessions and an AI team that sees your entire monorepo.
Sessions
▸ agent.planner: ready
▸ agent.implementer: applying patch (3 files)
▸ tests: 142 passed · 0 failed
$ capivar review --open-pr
Diff
+ export const limits + = await getPlanLimits(uid) - return user.plan
Logs
api ▸ POST /billing 200 api ▸ POST /billing 200 api ▸ DB query 18ms
thingCLI
The Capivar CLI is the heart of the environment. Start sessions, connect MCPs, fire agents and version everything — with the same ergonomics on macOS, Linux and Windows.
$ capivar init my-app
▸ creating workspace, connecting MCPs, indexing…
$capivar agent run planner --task "refactor billing"
▸ analyzing 12 files · suggesting 3 changes
$ capivar ship
✓ tests ok · ✓ lint ok · ✓ PR opened #142
thingDocs
Capivar Docs indexes your repository, integrates with the CLI and surfaces contextual references next to the agents — so every decision has real backing.
Capivar API
Use the stream() helper to get incremental responses with cancellation and backpressure.
// app/route.ts import { stream } from "capivar" export async function POST(req) { return stream(req, { ... }) }
Pricing
Choose the capacity for your workspace. No lock-in: your models and your workflow stay yours.
For getting started with the CLI, BYOK and basic workflows with limited cloud resources.
Orchestration, cloud agents, multi-agent and advanced workflows for production.
Power-user: more compute, priority, heavy multi-agent and premium features.
Builders
“What sets Capivar apart is that it assumes you're the pilot, not the passenger. The CLI gets out of the way.”
Lia Mendes
Staff Engineer · Banco Inter
“Voice + Space replaced my 4 terminals and 2 transcription apps. The feedback loop is absurd now.”
Pedro Yuki
CTO · Bracket Labs
“We rolled Capivar out to the whole team in an afternoon. Today the team runs 100% of PRs through auditable agents.”
Ana Carvalho
Head of Platform · Cobli
Install the CLI in a minute. Connect your first agent in five.
curl capivar.sh/install | sh