QueravelQueravel
Queravel CLI

An agentic coding assistant for your terminal

Reads and edits your codebase, runs your tools, researches the web, and drives long tasks — on your own Queravel models. Claude-Code-style, no Anthropic key required.

$ queravel "add retries to the upload client and run the tests"
→ read_file  services/upload.py
→ edit_file  services/upload.py  (+18 −3)
→ run_command  pytest -q
  24 passed
✓ done

Everything you need to code from the terminal

Agentic coding

Reads, writes, and edits your repo, runs builds/tests/git — finding code by agentic search (grep/glob/read), no index to build.

Your models

Runs on the free Queravel lineup — Kimi K2.6, GLM-5.2, DeepSeek V4 Pro — routed through your account. No third-party keys.

Plan mode & permissions

default / acceptEdits / plan / auto, plus allow·ask·deny rules with Bash()/Read()/WebFetch() patterns. Dangerous commands never auto-run.

Deep research

Fans out parallel web agents, verifies claims against sources, and writes a cited report — on Queravel’s own 15-provider search engine.

Sessions & branching

Resume any past conversation from a searchable picker, fork a thread, and undo edits — every change is checkpointed.

Sub-agents & MCP

Delegates big investigations to isolated sub-agents, connects MCP tool servers, and drives a real browser via Playwright.

Voice input

Speak your prompt — /voice transcribes it through Queravel’s own Whisper. No STT key to configure.

Remote control

Steer a running session from Queravel Web, Desktop, or Mobile — live transcript, remote prompts, approvals, and push notifications.

Self-updating

Stays current automatically in the background, applied on the next run. Or run queravel update anytime.

Install

Then run queravel in any repo and queravel login to use your account.

macOS / Linux — uv (recommended)
uv tool install queravel-cli
macOS / Linux — pipx
pipx install queravel-cli
Homebrew
brew install queravel/tap/queravel-cli
Windows
Download queravel.exe from the releases page
  • Signs in with your Queravel account (SiliconBlast Identity) — Google, Apple, Microsoft, or password.
  • Runs your models through Queravel — no per-machine API keys.
  • Auto-updates in the background; run queravel update to force it.
Queravel · The all-in-one AI workspace.