Hero Background

Your codebase,
managed in the terminal.

Built with React, Ink, and Google Gemini. A seamless, tool-augmented development experience directly from the command line.

$pnpm i -g parallax-dev
parallax — terminal
⚡ ParallaxType a message to start.
/model
Select a Gemini Model:
gemini-3-flash-preview
❯ gemini-2.5-flash
gemini-2.5-pro
Use Up/Down arrows to navigate, Enter to select, Esc to cancel.
Model changed to gemini-2.5-flash
Fix the type errors in src/tools.ts
▼ 3 tools
listDirectory {"path":"src/"}
→ ["tools.ts", "app.tsx", "index.tsx"]
readFile {"path":"src/tools.ts"}
→ "export const tools = ..."
writeFile {"path":"src/tools.ts","content":"..."}
→ "File written successfully."
I've patched src/tools.ts. Type errors resolved.
Ctrl+C - ExitCtrl+O - Toggle verbosity | Shift+Tab - YOLO OFF
Model: gemini-2.5-flashContext: 42 msgs (~1,204 tokens)

How it works

STEP 01

Terminal-native React UI.

Navigate effortlessly with interactive list-pickers, real-time token tracking, and built-in slash commands like /model and /load.

parallax — pipeline
/model
Select a Gemini Model:
gemini-3-flash-preview
❯ gemini-2.5-flash
gemini-2.5-pro
Use Up/Down arrows to navigate, Enter to select, Esc to cancel.
Model changed to gemini-2.5-flash

Capabilities

Built for the terminal.

Multi-Agent Delegation

Multi-Agent Delegation

Spawn specialized sub-agents for parallel analysis and feature implementation.

Local File Patching

Local File Patching

Generate and apply precise diffs to your codebase using robust read/write tool buffers.

Reactive Ink UI

Reactive Ink UI

A fast, stateful terminal interface powered by React and Ink with custom list-pickers.

Session Persistence

Session Persistence

Conversations automatically serialize to your local system, allowing seamless state recovery.

Context Compaction

Context Compaction

Advanced /compact command utilizes LLM summarization to clear bloated window contexts.

Hot-Swappable Models

Hot-Swappable Models

Quickly pivot between Gemini 2.5 Flash, Pro, and 3.0 via intuitive /model slash commands.

CTA Background

Install

One command. Zero setup.

Get started in seconds.

>pnpmi-gparallax-dev
Or with npmnpm i -g parallax-dev
Or from sourcegit clone https://github.com/eduardosilveiradev/parallax-cli.git && cd parallax-cli && pnpm i && pnpm build && pnpm start