Key takeaways
- Dormant since March 2026 — last commit and release (v0.4.4) landed 2026-03-16, and tryorca.com now serves an entirely different Orca (a desktop coding-agent app)
- In-browser Claude Code with automatic page context — URL, route, controller, Livewire component, and authenticated user
- Plan/Execute workflow — safe read-only mode by default, upgrade to full permissions when the plan looks right
FAQ
What is Orca?
Orca is a Laravel Composer package that injects a Claude Code widget into every page of your app, enabling in-browser AI coding sessions with automatic page context, screenshots, and live streaming output. Development stalled in March 2026.
Is Orca still maintained?
Unclear. As of June 2026 the GitHub repo has had no commits since March 16, 2026, the package has 3 stars and ~24 total Packagist downloads, and the tryorca.com domain now hosts an unrelated desktop product.
How much does Orca cost?
Free and MIT-licensed. Requires a Claude Code subscription for the underlying AI.
Is Orca a Mac app?
No. This Orca is a Laravel PHP package that runs in your browser, with pop-out to macOS Terminal. Confusingly, an unrelated cross-platform desktop app also named Orca now occupies tryorca.com, and a third Orca ADE lives at orcabuild.ai.
Executive Summary
Status note (June 11, 2026): Orca appears dormant. The GitHub repository's last commit and last release (v0.4.4) both landed on March 16, 2026 — four days after this profile was first published — with no activity since.[1] The tryorca.com domain no longer represents this project: as of June 2026 it serves an unrelated cross-platform desktop app, also named Orca ("Git, Terminal, and AI Coding in One," from a different team), and Wayback Machine snapshots show that product on the domain since at least April 11, 2026.[2][3] The Laravel package itself remains installable from Packagist.[4]
Orca is a Laravel Composer package that embeds Claude Code directly into every page of your web app.[4] It automatically captures page context — URL, route, controller, Livewire component, authenticated user — and feeds it to Claude Code sessions running in your browser with real-time streaming output. Sessions can pop out to macOS Terminal for full interactive use.
| Attribute | Value |
|---|---|
| Company | lets-make-dev (Michael Craig, make.dev) |
| Founded | 2026 |
| Funding | Not publicly disclosed (independent open-source project) |
| Headquarters | Unknown |
| GitHub Stars | 3 (as of June 2026) |
| Packagist Downloads | ~24 total (as of June 2026) |
| Last Activity | March 16, 2026 (commit + v0.4.4 release) |
Product Overview
Orca takes a unique approach: instead of being a standalone app or terminal, it's a widget that injects into your existing Laravel application.[1] Every page becomes a potential coding session with automatic context about what you're looking at.
The Plan/Execute workflow adds safety: sessions start in read-only Plan mode, and you upgrade to full Execute permissions only when the plan looks right.
Key Capabilities
| Capability | Description |
|---|---|
| In-Browser Claude Code | Real-time streaming output in your app's browser |
| Page-Aware Context | Automatic URL, route, controller, component, user capture |
| Screenshot & Annotate | Capture and highlight elements, attach to prompts |
| Plan/Execute Workflow | Safe read-only mode by default |
| Pop Out to Terminal | Seamlessly hand off to macOS Terminal and back |
| Auto-Login URLs | Signed URLs for Claude to browse as current user |
Product Surfaces
| Surface | Description | Availability |
|---|---|---|
| Laravel Package | Composer install, auto-injects in local env | Installable, but dormant since v0.4.4 (March 16, 2026)[4] |
Technical Architecture
Orca is a PHP/Livewire package that communicates with Claude Code via its stream-json protocol.[5] CSS and JS are auto-served. No JavaScript framework required.
Key Technical Details
| Aspect | Detail |
|---|---|
| Deployment | composer require make-dev/orca + php artisan migrate |
| Runtime | PHP/Laravel/Livewire |
| Model(s) | Claude Code only |
| Requirements | PHP 8.4+, Laravel 12, Livewire 4 |
| Integrations | Laravel routes, Livewire components, macOS Terminal, tmux (added v0.4.4) |
| Open Source | Yes — MIT license[4] |
The final burst of activity before the project went quiet was the v0.4.4 release on March 16, 2026, which added tmux session management, terminal pop-in/pop-out, and resize handling.[1] A companion package, OrcaHarpoon (element inspection that scaffolds Livewire components), was also published under the same lets-make-dev organization.
Strengths
- Page-aware context is the killer feature — Claude automatically knows the URL, route, controller, and authenticated user; no manual context copying[4]
- Visual prompting — Screenshots with annotations let Claude see exactly what you see; unique in the Laravel ecosystem
- Zero-config setup —
composer require+migrateand it auto-injects; friction-free for Laravel developers - Plan/Execute safety — Read-only by default prevents accidental changes; explicit upgrade to full permissions
Cautions
- Apparently abandoned — No commits since March 16, 2026, ~3 GitHub stars, 0 forks, and roughly 24 total Packagist downloads as of June 2026; adoption never materialized[1][4]
- Lost its domain identity — tryorca.com now hosts an unrelated desktop product also named Orca, so the package's only homes are GitHub and Packagist[2][3]
- Laravel-only — Requires PHP 8.4+, Laravel 12, and Livewire 4; not usable outside the PHP ecosystem
- Claude Code only — No support for Codex, OpenCode, or other agents
- Not a parallel agent tool — Single-session, page-scoped; doesn't manage worktrees or run agents in parallel
- In-app widget, not a standalone tool — Different category than Mac desktop apps
What Developers Say
No substantive community discussion of this Orca was found as of June 11, 2026 — searches of Hacker News (via Algolia) and the broader web surfaced no reviews, threads, or testimonials about the Laravel package. The "Orca" name is heavily overloaded in the coding-agent space (the tryorca.com desktop app and the Orca ADE at orcabuild.ai are separate, unrelated products), which makes the package even harder to discover. The absence of any user commentary, combined with ~24 lifetime downloads, is itself a signal: this project never found an audience.[4]
Pricing & Licensing
| Tier | Price | Includes |
|---|---|---|
| Open Source (MIT) | Free | Full functionality |
Hidden costs: Requires a Claude Code subscription. Note that tryorca.com's pricing claims now describe the unrelated desktop Orca, not this package — the package's licensing is documented on Packagist.[4]
Competitive Positioning
Orca is in a different category than most tools in this comparison. It's not a standalone Mac app or terminal — it's an in-app widget for Laravel developers.
When to Choose Orca
- Choose Orca when: You're a Laravel developer wanting Claude Code integrated directly into your app's browser — and you're comfortable adopting an unmaintained package or forking it
- Choose Polyscope when: You want a standalone Mac agent orchestrator (also from the Laravel ecosystem)
- Choose Emdash when: You want a general-purpose agent dashboard
Bottom Line
Orca was a creative approach to the coding agent problem: instead of bringing your code to the agent, bring the agent to your code. The page-aware context and visual prompting were genuinely useful ideas for Laravel developers. But the project appears to have stalled within a week of launch — no commits since March 16, 2026, single-digit stars, ~24 lifetime downloads, and its marketing domain now belongs to a different product.[1][2] It was always a niche tool (Laravel-only, Claude-only, single-session), and without maintenance even that niche is unserved.
Recommended for: No one at this point — the ideas are worth borrowing, but the package shows no signs of active maintenance.
Not recommended for: Anyone building on it for production work; anyone not using Laravel; developers needing parallel agent orchestration.
Outlook: Likely permanent dormancy. The code is MIT-licensed and small, so the page-aware-context pattern could be revived or forked, but with the domain gone and zero community traction, a comeback under this name is improbable.
Research by Ry Walker Research • methodology