Cruxy
Talk to sales
Join waitlist
Join waitlist
ProductsCruxyCruxy CodeCruxy CoworkCruxy BenchCruxy Guard

Cruxy — India's AI, one API call away.

© 2026 Cruxy. Built by the team behind mycrux..

cruxy@mycrux.in
PrivacyTermsUsage
PRODUCT - CRUXY CODE

Cruxy Code. A coding agent that ships.

CLI, IDE plugin, or standalone editor. Autonomous for big tasks. Pair mode for the line-by-line. Cruxy Code reads your codebase, plans the change, writes the code, and commits when you tell it to.

Get Cruxy CodeSee pricing →
cruxy code
$▌

Cruxy Code also runs as a VS Code, JetBrains, and standalone editor surface.

Capabilities

Cruxy Code goes where you code.

Available everywhere

CLI for terminal-driven work. Plugin for VS Code, JetBrains, and other major IDEs. Standalone editor for when you want a Cruxy-native workspace. Same agent, every surface.

Reads your codebase first

Before touching a file, Cruxy Code maps your project - dependencies, conventions, structure, test coverage. Changes fit your codebase, not a generic template.

Two modes, your choice

Autonomous for big tasks: describe what you want, Cruxy plans + writes + tests + asks for approval before committing. Pair mode for granular work: line-by-line review, you approve every change.

Real git workflow

Cruxy Code commits to your branch, opens pull requests with descriptive messages, and triggers your deploy pipelines when you ask. Real action, not just code suggestions.

Cross-language, cross-stack

TypeScript, Python, Go, Rust, Swift, Java, C++, Ruby, PHP. React, Next.js, Django, Rails, Spring, FastAPI. Cruxy Code works in your stack, not the one it prefers.

Tests and reviews built in

Cruxy Code writes tests alongside features, runs them locally, and reviews diffs before opening PRs. Caught bugs before code review, not after.

Repository memory

Cruxy Code remembers your codebase across sessions. Conventions, naming patterns, the way your team prefers to structure tests - Cruxy Code learns once and applies forever.

Multi-file changes

Refactor across the whole repository, not just the file you're in. Cruxy Code traces dependencies, updates imports, runs your linter, and verifies nothing broke.

Diff-first review

Every change Cruxy Code makes shows as a diff before it commits. Review like a pull request, approve hunk-by-hunk, or roll back any change instantly.

Works with your tools

Existing CI, your test runner, your deploy pipeline, your linter, your formatter. Cruxy Code drops into your stack - it doesn't replace it.

How it works

Plan. Write. Ship.

1. Describe the work.

Tell Cruxy Code what you want - a feature, a refactor, a bug fix, a migration. It clarifies before it starts, then plans the change against your actual codebase.

2. Choose how it executes.

Autonomous mode: Cruxy goes off and works, comes back with a complete diff. Pair mode: you watch each change land, approve as you go.

3. Commit when ready.

Cruxy Code writes the commit message, runs your tests, opens the pull request, and deploys if you've authorized that step. From 'I need this feature' to 'it's in production' without leaving the agent.

Models

Built on Kavi for hard problems, Vaani for daily work.

Cruxy Code defaults to Vaani for everyday coding tasks - fast, capable, low cost. For hard refactors, complex architectural decisions, or long-context analysis across large codebases, it switches to Kavi automatically. You can also pin a model per project.

Kavi

For complex refactors, architecture decisions, and reasoning over large codebases. Defaults on for tasks that need depth.

Learn about Kavi →

Vaani

Default

The everyday coding model. Fast, capable, low cost per token. Most coding tasks should run here.

Learn about Vaani →

Mira

Used for autocomplete and inline suggestions where latency matters more than depth. Sub-400ms responses.

Learn about Mira →
Compare all three →

Who uses Cruxy Code

Solo or team. Side project or production.

Solo developers shipping side projects, weekend builds, and personal tools. Cruxy Code is the engineering team you don't have.

Professional engineers at companies who want to move faster on the parts of the job that aren't where the value is - boilerplate, refactors, test coverage, migrations.

Engineering teams standardizing AI-assisted development across a codebase, with shared conventions and audit trails.

Common questions

Quick answers about Cruxy Code.

How is Cruxy Code different from Cursor or Copilot?
Cursor is an editor; Copilot is an autocomplete plugin. Cruxy Code is an agent - it can plan multi-step changes, run tests, open pull requests, and ship code, not just suggest it. It works in your existing editor or as a standalone surface.
Does Cruxy Code work with my private codebase?
Yes. Cruxy Code runs locally with your repo and only sends what's necessary to the model API. No code is used for training. Enterprise customers can run on dedicated infrastructure or on-premise.
Which languages and frameworks does Cruxy Code support?
TypeScript, Python, Go, Rust, Swift, Java, C++, Ruby, PHP, and most languages with established ecosystems. Frameworks: React, Next.js, Django, Rails, Spring, FastAPI, Express, Laravel, and others. If your stack is missing, Cruxy Code still reads and writes the code - it just won't have framework-specific shortcuts.
Can Cruxy Code commit to my repo without my approval?
Only if you let it. By default, Cruxy Code shows a diff and asks before committing. You can grant standing approval per repository or per branch. Sensitive operations like force-push or main-branch commits require fresh confirmation every time.
What's included in Pro vs Team?
Pro is Cruxy Code for one developer with personal usage limits. Team adds shared repository context, central billing, and admin controls - useful for engineering teams that want consistent AI-assisted development across the codebase.
Where does Cruxy Code run?
CLI (terminal), plugin for VS Code and JetBrains IDEs, and a standalone editor for when you want a Cruxy-native workspace. Same agent across all three surfaces.

Pricing

Cruxy Code is included in Pro and above.

  • Pro - Cruxy Code for solo and professional use. ₹1,999/month.
  • Team - Cruxy Code for the whole team with shared workspace. ₹1,499/user/month.
See all plans →

What Cruxy Code can do

Not just write - review, refactor, test.

Review existing code, not just write new code

cruxy code

You stay in control. Cruxy proposes, you accept.

cruxy code

Generate tests that actually exercise edge cases

cruxy code

Features

Built for the terminal. Designed for trust.

Native CLI

Lives in your shell, no app to switch to, fast on slow connections.

Git-aware

Reads your branch, your dirty files, your last commit.

Approval mode

You see every plan before any file is touched. Always reversible.

Polyglot

TypeScript, Python, Go, Rust, Java, Ruby, PHP, Swift, Kotlin, C++.

Test-first

Generates tests, runs them, iterates until green.

Powered by Kavi

Smart enough to plan multi-file refactors. Fast enough to feel local.

Who it's for

For engineers who ship.

Solo founders and indie hackers

Move at agency speed alone. Cruxy Code handles the boilerplate, the boring refactors, the test scaffolding.

Backend engineers shipping fast

Multi-file refactors that would take an hour, done in two minutes with full plan visibility before any file changes.

Teams onboarding to new repos

Ask Cruxy Code to walk you through unfamiliar codebases. Generate tests for legacy modules. Fill in missing types.

FAQ

Common questions.

How do I install Cruxy Code?▾

One command: curl -fsSL https://get.cruxy.in/code | sh - installs the CLI globally. Authenticate with cruxy login.

Does Cruxy Code see my entire codebase?▾

Only files you've opened in your current shell session, plus files it proposes to read in its plan (which you approve before it reads them). Nothing leaves your machine without explicit approval.

Can I use Cruxy Code without internet?▾

No - model inference is server-side. Local-only mode is on the roadmap for sensitive enterprise repos.

Does Cruxy Code work with my IDE?▾

At v1, terminal-only. VSCode and JetBrains plugins are next on the roadmap, planned for the quarter after launch.

How is it different from Claude Code or Cursor?▾

Same category, different defaults. Indic-fluent. India-context aware. UPI billing. Pricing in rupees. Optimized for Indian developer workflows.

What's the pricing?▾

Free tier with daily caps. Pro ₹1,999/month. Max ₹3,999. Team ₹1,499/seat (min 3 seats). Same plan covers Cruxy and Cruxy Code.

Other Cruxy products

Cruxy

General-purpose AI assistant

Cruxy Cowork

Autonomous desktop coworker

Cruxy Bench

Web chat with Cruxy Code

Cruxy Guard

Auto-review every PR

Build faster. Ship cleaner.

Cruxy Code, in every surface where you write code.

Get Cruxy CodeSee pricing →