AI-first development

The desktop IDE for
Claude Code

Multi-project workspaces, a full Git GUI, built-in terminals, and multi-instance Claude support — everything your agent needs to ship.

Learn more
acme-api
storefront
DIFFsrc/routes/checkout.ts
+18-6
11 import { Router } from "express";
22 import { stripe } from "../utils/stripe";
33-import { validateAmount } from "../utils/validation";
3+import { validateCheckout } from "../utils/validation";
4+import { PricingService } from "../services/pricing";
45
56 const router = Router();
67
78-router.post("/checkout", async (req, res) => {
8+router.post("/checkout", async (req, res) => {
89- const { items, token } = req.body;
9+ const { items, currency = "usd", token } = req.body;
10+
11+ const totals = await PricingService.calculate(
12+ items, currency
13+ );
914
1015 const charge = await stripe.charges.create({
1116- amount: total,
16+ amount: totals.amount,
1217- currency: "usd",
17+ currency: totals.currency,
1318 source: token,
Terminal 4
╭─── Claude Code v2.1.80 ───────────────────────────────────────────────╮
Welcome back! Tips for getting started
🏗️ Run /init to create a CLAUDE.md...
Opus 4.6 (1M context) · Claude Max Recent activity
~/acme-api No recent activity
╰──────────────────────────────────────────────────────────────────────────╯
? for shortcuts
v0.1.0

A workspace built around your agent.

Open multiple repos in tabs, run parallel Claude instances, manage git with a full GUI, and curate context — all in one window.

Everything you need,
nothing you don't

Multi-project tabs, full git GUI, file browser with Monaco preview, and deep GitHub & Jira integrations — purpose-built for AI-assisted development.

MULTI-PROJECT

Tabbed workspaces with isolated git state

Open different repos in tabs, each with its own terminals, branches, and file tree. Switch projects instantly.

GIT GUI

Stage, commit, branch, push, diff & worktrees

Full visual git — stage/unstage/discard files, auto-generated commit messages, syntax-highlighted diffs, and worktree management.

CONTEXT

Curate and send context directly to Claude

Select file excerpts and diffs, collect them in a context pane, and send them to Claude Code — no more copy-pasting.

MULTI-INSTANCE

Run multiple Claude instances in parallel

Run multiple Claude Code instances simultaneously per worktree or branch, each in its own terminal tab. Work on parallel tasks without waiting — one agent refactors auth while another writes tests.

Activity
Claude #1running

feat/checkout-flow — Refactoring auth middleware...

Claude #2running

feat/order-history — Writing integration tests...

Claude #3done

fix/cart-totals — Completed, ready for review

All Agents3 running
acme-api/feat/checkout-flow
acme-api/feat/order-history
storefront/fix/cart-totals
internal-tools/feat/search-filters
component-lib/refactor/theme-tokens
DASHBOARD

Every session, one birds-eye view

See all your Claude sessions at a glance with live status indicators — active, needs input, or awaiting response. Drag-and-drop to reorder, jump into any session instantly.

Each session runs in its own isolated worktree. Switch between them without losing state or context.

Built for the
terminal-first
AI workflow

From opening a project to shipping a PR — four steps, one window. No context switching, no tab juggling.

01

Open your projects in tabs

Open different repos in tabs, each with its own git state, file tree, and terminals.

~/projects/api ~/projects/web ~/projects/lib
02

Launch Claude in the built-in terminal

Multiple terminal tabs per worktree with persistent sessions. Run several Claude instances in parallel.

$ claude
Ready. What would you like to work on?
03

Review diffs & curate context

Browse files with Monaco preview, view syntax-highlighted diffs, select excerpts and send them to Claude.

- const oldHandler = (req) => {}
+ const newHandler = async (req, res) => {}
04

Commit, push & track

Stage files, commit with auto-generated messages, push, and manage PRs and Jira tickets — all from Fika.

PR #307 created · All checks passing
ACME-142 → In Review

Pricing

Simple, transparent pricing

Start free, upgrade when you're ready. No hidden fees.

Free

£0/forever

Everything you need to get started

  • Multi-project tabbed workspaces
  • Full Git GUI with worktrees & diffs
  • Built-in terminal
  • Multi-instance Claude support
  • GitHub & Jira integrations
  • Up to 2 projects
Save 16%

Pro

£50/year

2 months free

  • Multi-project tabbed workspaces
  • Full Git GUI with worktrees & diffs
  • Built-in terminal
  • Multi-instance Claude support
  • GitHub & Jira integrations
  • All future updates

Stop switching windows.
Start shipping code.

Multi-project workspaces, full Git GUI, parallel Claude instances, and deep integrations — all in one app.