Complete product tour

Every control between prompt and production.

Orvisor does not replace Claude Code. It provides the operational system around many sessions: isolation, attention, evidence, memory, and a deliberate path to merge.

01 · Parallel by construction

A fleet of sessions without a shared working-directory problem.

Orvisor gives concurrent Claude Code sessions separate git worktrees and branches, then brings their live state into one board. Resume work, jump between sessions, or turn one large task into a dependency-ordered queue.

  • Isolated worktrees
  • Live streaming and resume
  • Kanban and list views
  • Dependencies and decomposition
  • Rate-limit-aware queue
  • Session quick-switch

02 · Human attention, routed

The agent can keep moving until judgment is actually required.

Risky tool calls become contextual approval requests. Agent questions become durable interactions that release a run slot and resume the preserved conversation after you answer—even after an Orvisor restart.

  • Risk-scored approvals
  • Allow or deny from Windows
  • Durable agent questions
  • Phone notification support
  • Five permission modes
  • Decision history

03 · Review before acceptance

A finished agent is the start of the decision, not the end.

Inspect a GitHub-style diff, mark files viewed, read AI findings in context, and run the repository's own checks. Orvisor reads gate definitions from the base repository so an agent cannot quietly rewrite the test it needs to pass.

  • Byte-budgeted diff review
  • Viewed-file progress
  • Repository-owned gates
  • AI pre-review
  • Conflict radar
  • One-click sync and re-test

04 · Autonomy with a contract

Automate the green path. Put hard limits around recovery.

Auto-merge requires real evidence and a conflict-free merge. The optional fix-it loop classifies failures, respects attempt and changed-line budgets, blocks sensitive files, verifies the result, and rolls back work that does not improve the gate state.

  • Auto-merge when green
  • Zero-evidence protection
  • Transient failure retry
  • Diff and attempt budgets
  • Protected-file deny list
  • Per-iteration rollback

05 · Memory that earns trust

Carry decisions forward without turning stale context into truth.

Project memory records summaries, decisions, conventions, facts, and gotchas with code evidence. Changed files quarantine affected notes. Agents can verify or correct them, teams can share repository-scoped knowledge, and proven rules can graduate into CLAUDE.md.

  • Project and global pools
  • Git-fingerprint staleness
  • Self-healing corrections
  • Team JSONL sharing
  • Usage-based decay
  • Promote to CLAUDE.md

06 · GitHub without workflow drift

Take the same reviewed branch through the complete pull-request lifecycle.

Choose among multiple GitHub identities, push over HTTPS or SSH remotes, open and update pull requests, monitor CI and status, retain PR history, handle divergent branches explicitly, and clean up only the remote branch Orvisor owns.

  • Multiple GitHub accounts
  • PR creation and updates
  • CI status monitoring
  • Follow-up pull requests
  • Divergence protection
  • Safe remote cleanup

The systems around the system

Useful every day. Defensive when it matters.

Operational details are not secondary in Orvisor. They determine whether parallel agent work remains affordable, recoverable, and understandable over time.

Usage intelligence$3.84

Know where the tokens went.

Fresh input, cache reads, cache writes, and output stay separate. Track live cost, by-day and by-model statistics, rolling ceilings, and per-session token caps.

live estimate · 94% cached input
Best-of-N attempts1 / 3

Run the same task more than once. Keep the best evidence.

Compare two to five isolated attempts by checks, review findings, diff shape, cost, and duration. Mechanical rank and an optional AI judge stay advisory; you select the winner.

green leader · human merge
Claude-native workflow/

Keep your commands, skills, agents, hooks, and plugins.

Sessions use the real Claude Code CLI and existing login. Slash-command discovery mirrors the commands enabled for each repository and passes recognized commands through correctly.

project · user · plugin commands
Windows lifecycleLOCAL

A desktop application, not a terminal tab you must babysit.

First-run prerequisite checks, native tray and notifications, close-to-tray, launch at login, crash recovery, redacted diagnostics, automatic updates, and preserved local data.

loopback service · SQLite state

Start locally

Keep the agent you trust. Add the workflow it needs.

Orvisor uses your existing Claude Code installation and login. No Node.js installation is required for the Windows desktop app.

Download for WindowsRead the FAQ