Jinjing affa73bcd3 fix: Windows compatibility — CRLF line endings and cross-drive path traversal (#217)
* fix: Windows compatibility — handle CRLF line endings and cross-drive path traversal

- Replace literal '\n' splits with /\r?\n/ regex across git output parsers
  (status, worktree, hooks, file listing) to handle Windows CRLF line endings
- Fix path traversal security check in isDescendantOrEqual using isAbsolute()
  instead of sep+sep prefix check, preventing cross-drive bypasses on Windows
- Strip trailing \r from ripgrep output in quick-open file listing

* fix(test): align updater test with user-initiated not-available behavior

The test expected 'idle' for a user-initiated check hitting a missing
latest-mac.yml, but the code correctly sends 'not-available' to give
the user explicit feedback that they're on the latest version.
2026-03-29 22:06:59 -07:00
2026-03-21 13:18:13 -07:00
2026-03-16 20:29:24 -07:00
2026-03-16 22:27:51 -07:00
2026-03-19 00:36:36 -07:00
2026-03-28 10:19:14 -07:00
2026-03-29 20:06:56 -07:00
2026-03-16 22:27:51 -07:00
2026-03-17 01:40:24 -07:00
2026-03-17 01:40:24 -07:00

Orca

Orca

A cross-platform AI Orchestrator for 100x engineers.
Seamlessly manage multiple worktrees and open multiple terminals running anything — Claude Code, Codex, OpenCode, and more.
Built-in status tracking, notifications, and unread markers. Makes coding multiple features across multiple repos a breeze.

Learn more at www.OrcaBuild.ai

Orca Screenshot


Shipping daily

Missing something? It's probably landing tomorrow. Request a feature · Star to follow along.


Features

  • Manage multiple worktrees
  • Multiple terminals, tabs and panes
  • Get worktree notifications (plus ability to manually mark threads as unread -- similar to Gmail )
  • See which worktrees have working agents
  • GitHub integrations for GH PRs (automatic), ability to link GH issues (via gh cli), and a GH checks viewer
  • File editor, search, source control tab (see worktree changes, make edits, easily commit)

Install

Grab a release from https://www.orcabuild.ai/ or download from the GH release page

Developing

See CONTRIBUTING.md for branch naming, PR expectations, and required checks.

Install

$ pnpm install

Development

$ pnpm dev

Build

# For windows
$ pnpm build:win

# For macOS
$ pnpm build:mac

# For Linux
$ pnpm build:linux
S
Description
Orca is the ADE for working with a fleet of parallel agents. Run any coding agent with your own subscription. Available on desktop, mobile and remote runtime.
Readme MIT
1.4 GiB
Languages
TypeScript 95.2%
JavaScript 4.1%
Swift 0.2%
CSS 0.1%
HCL 0.1%