Launching soon on Product Hunt

Build the future with software agents.

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

  • Claude
  • OpenAI
  • Vercel
  • Discord
  • Instagram
  • TikTok
  • X
  • YouTube

Four products.
One single flow.

Capivar is a cohesive stack: voice, workspace, open protocol, and CLI — designed to talk to each other from the very first commit.

CapivarSpace

Unified desktop workspace — multiple terminals, agent panels and persistent sessions.

Online
monorepo · capivar

agent.planner: ready

142 tests · 0 failures

patch applied to 3 files

CapivarVoice

Voice for code. Local Whisper transcription, push-to-talk and direct injection into the agent.

Beta
Recording · 00:04
transcript →create endpoint /api/billing with plan validation

whisper-large-v3 · local240ms

CapivarMCP

Model Context Protocol hub — connect tools, data and APIs to your agents in a single install.

Online
githubpostgreslinearslack
4 servers connectedstdio · sse

CapivarCode

Native CLI agent — proposes auditable diffs, runs tests and opens the PR without leaving the terminal.

Online
$capivar code "refactor billing service"
// 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 opened

thingVoice

Voice-driven, local transcription.

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.

  • Local Whisper + push-to-talk
  • Prompt pre-processing
  • Runs offline, ~250ms first token
Recording — 00:04
transcript →"create an /api/billing endpoint that validates the user's active subscription and returns the plan limits"
Model: whisper-large-v3 · localLatency 240ms

thingSpace

Desktop workspace for agents.

Capivar Space is the orchestration environment: multiple terminals, log panels, parallel agent sessions and an AI team that sees your entire monorepo.

  • Grid panels and splits
  • Named, persistent sessions
  • Inline diff + guided review

Sessions

  • ▸ web · main
  • ▸ api · pr/42
  • ▸ cli · voice
  • ▸ docs · idx

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

Everything is a command.

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.

  • Declarative YAML pipelines
  • MCP servers in one install
  • Pre and post session hooks
~ · capivar

$ 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

Documentation that understands your code.

Capivar Docs indexes your repository, integrates with the CLI and surfaces contextual references next to the agents — so every decision has real backing.

  • Incremental monorepo index
  • Automatic citations in answers
  • Hybrid search (BM25 + embeddings)

Capivar API

Streaming responses

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

Simple plans for running software agents.

Choose the capacity for your workspace. No lock-in: your models and your workflow stay yours.

Basic

R$39/month

For getting started with the CLI, BYOK and basic workflows with limited cloud resources.

  • Full CLI
  • BYOK (bring your own model)
  • Local Voice
  • Basic workflows

Pro

Most chosen
R$79/month

Orchestration, cloud agents, multi-agent and advanced workflows for production.

  • Everything in Basic
  • Multi-agent orchestration
  • Cloud models (Anthropic, OpenAI)
  • Long-term memory
  • GitHub/GitLab integration

Ultra

R$119/month

Power-user: more compute, priority, heavy multi-agent and premium features.

  • Everything in Pro
  • Expanded compute and higher limits
  • Private MCPs
  • Advanced audit and history
  • Priority access to beta features

Builders

Teams that are choosing Capivar.

CobliBracketInterLoftQuinto AndarOlist
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

Ready to build with agents that understand your repository?

Install the CLI in a minute. Connect your first agent in five.

Install Capivarcurl capivar.sh/install | sh