| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latest-mac.yml | 2026-06-23 | 792 Bytes | |
| Orca-1.4.92-arm64-mac.zip | 2026-06-23 | 185.5 MB | |
| Orca-1.4.92-arm64-mac.zip.blockmap | 2026-06-23 | 193.9 kB | |
| latest.yml | 2026-06-23 | 342 Bytes | |
| orca-windows-setup.exe | 2026-06-23 | 186.0 MB | |
| orca-windows-setup.exe.blockmap | 2026-06-23 | 192.4 kB | |
| orca-macos-arm64.dmg | 2026-06-23 | 191.6 MB | |
| orca-macos-arm64.dmg.blockmap | 2026-06-23 | 199.1 kB | |
| Orca-1.4.92-mac.zip | 2026-06-23 | 191.3 MB | |
| Orca-1.4.92-mac.zip.blockmap | 2026-06-23 | 201.7 kB | |
| orca-macos-x64.dmg | 2026-06-23 | 197.5 MB | |
| orca-macos-x64.dmg.blockmap | 2026-06-23 | 206.8 kB | |
| latest-linux-arm64.yml | 2026-06-23 | 687 Bytes | |
| orca-ide-1.4.92.aarch64.rpm | 2026-06-23 | 129.8 MB | |
| latest-linux.yml | 2026-06-23 | 674 Bytes | |
| orca-ide-1.4.92.x86_64.rpm | 2026-06-23 | 135.2 MB | |
| orca-ide_1.4.92_arm64.deb | 2026-06-23 | 149.8 MB | |
| orca-ide_1.4.92_amd64.deb | 2026-06-23 | 155.5 MB | |
| orca-linux-arm64.AppImage | 2026-06-23 | 195.7 MB | |
| orca-linux.AppImage | 2026-06-23 | 195.0 MB | |
| README.md | 2026-06-23 | 9.8 kB | |
| v1.4.92 source code.tar.gz | 2026-06-23 | 57.9 MB | |
| v1.4.92 source code.zip | 2026-06-23 | 61.2 MB | |
| Totals: 23 Items | 2.0 GB | 0 | |
What's Changed
- Align folder workspace sidebar indentation by @brennanb2025 in https://github.com/stablyai/orca/pull/6019
- Prevent duplicate agent resume tabs after wake by @brennanb2025 in https://github.com/stablyai/orca/pull/5882
- Coalesce renderer worktree change refreshes by @OrcaWin in https://github.com/stablyai/orca/pull/6020
- Improve preserved branch cleanup after squash merges by @brennanb2025 in https://github.com/stablyai/orca/pull/6014
- Prevent duplicate startup command echoes by @brennanb2025 in https://github.com/stablyai/orca/pull/6023
- Fix Windows NeoVim open-in launcher by @Jinwoo-H in https://github.com/stablyai/orca/pull/6026
- Fix mobile file tab close sync by @Jinwoo-H in https://github.com/stablyai/orca/pull/6033
- Keep workspace board above the status bar by @brennanb2025 in https://github.com/stablyai/orca/pull/6035
- fix(i18n): correct Chinese MT errors and translate Settings panel strings by @MaplumeX in https://github.com/stablyai/orca/pull/5915
- Dispose renderer worktree refresh queues by @OrcaWin in https://github.com/stablyai/orca/pull/6040
- Default new worktree card style on for fresh profiles by @AmethystLiang in https://github.com/stablyai/orca/pull/6047
- Prevent stale sleeping agents from resuming by @brennanb2025 in https://github.com/stablyai/orca/pull/6018
- Fix agent hooks CLI runtime client test by @AmethystLiang in https://github.com/stablyai/orca/pull/6049
- feat(tabs): redesign tab splits and terminal pane discoverability by @tmchow in https://github.com/stablyai/orca/pull/5927
- Handle literal Codex hook trust keys by @Jinwoo-H in https://github.com/stablyai/orca/pull/5872
- Fix early PTY startup output races by @Jinwoo-H in https://github.com/stablyai/orca/pull/6015
- Make PR comments sidebar easier to triage and read by @tmchow in https://github.com/stablyai/orca/pull/5996
- Delayed auto-focus for mobile workspace name input by @AmethystLiang in https://github.com/stablyai/orca/pull/5968
- Rank Settings search results by relevance by @AmethystLiang in https://github.com/stablyai/orca/pull/6050
- Make PR comment queue action visible by @AmethystLiang in https://github.com/stablyai/orca/pull/6057
- fix(terminal): don't apply native-Windows ConPTY cursor stripping to remote serve PTYs by @LesleyMurfin in https://github.com/stablyai/orca/pull/6009
- fix(i18n): translate new worktree branch deletion messages for v1.4.91 by @AmethystLiang in https://github.com/stablyai/orca/pull/6061
- Fix hold-to-talk dictation release matching on keyup by @AmethystLiang in https://github.com/stablyai/orca/pull/6056
- Improve mobile emulator start script by @AmethystLiang in https://github.com/stablyai/orca/pull/6063
- Prevent truncation of long workspace and branch names in sidebar by @AmethystLiang in https://github.com/stablyai/orca/pull/6058
- Classify Claude CLI usage unavailable state by @Jinwoo-H in https://github.com/stablyai/orca/pull/6065
- Publish Linux arm64 release artifacts by @nwparker in https://github.com/stablyai/orca/pull/4755
- Remove Mobile settings enable toggle by @Jinwoo-H in https://github.com/stablyai/orca/pull/6070
- Hide Codex worker sessions from history by @Jinwoo-H in https://github.com/stablyai/orca/pull/6062
- Improve Android mobile release dispatch by @Jinwoo-H in https://github.com/stablyai/orca/pull/6087
- Resolve and clear push targets for linked hosted reviews by @AmethystLiang in https://github.com/stablyai/orca/pull/6092
- fix: refit after single terminal restore by @Jinwoo-H in https://github.com/stablyai/orca/pull/6089
- fix(mobile): keep iOS terminal inputs on the default keyboard by @audichuang in https://github.com/stablyai/orca/pull/5876
- Harden mobile session tab sync: snapshot ordering, terminal create rollback + idempotency by @Kesta-bos in https://github.com/stablyai/orca/pull/5961
- Fix floating workspace terminal
selector_not_foundon a remote runtime by @LesleyMurfin in https://github.com/stablyai/orca/pull/5946 - Don't show local Windows shells for serve-runtime worktrees by @LesleyMurfin in https://github.com/stablyai/orca/pull/5947
- Keep closed tab agents from reappearing by @brennanb2025 in https://github.com/stablyai/orca/pull/6095
- Reduce idle remote runtime workspace work by @dvic in https://github.com/stablyai/orca/pull/5895
- fix: pr-bug-scan validated finding from [#5942] by @buf0-bot[bot] in https://github.com/stablyai/orca/pull/5956
- Fix Open In launcher path classification by @Jinwoo-H in https://github.com/stablyai/orca/pull/6098
- fix(file-explorer): allow filtered folder toggles by @bennewell35 in https://github.com/stablyai/orca/pull/5977
- fix: close mirrored editor tabs on the host so they stop reopening by @gsxdsm in https://github.com/stablyai/orca/pull/5975
- fix(terminal): attach dropped image files via bracketed paste by @rsaulo in https://github.com/stablyai/orca/pull/6013
- fix: improve terminal contrast in light themes (Tango Light + xterm minimumContrastRatio) by @zhangqinzhong in https://github.com/stablyai/orca/pull/5986
- feat: copy a file from the explorer to the OS clipboard by @AnddyAgudelo in https://github.com/stablyai/orca/pull/5990
- Polish setup guide integration layout by @brennanb2025 in https://github.com/stablyai/orca/pull/5856
- feat(mobile): surface "Link an existing PR" in PR sidebar empty state by @gsxdsm in https://github.com/stablyai/orca/pull/5963
- [codex] Optimize renderer idle sync and scrollback caps by @nexusjuniorai in https://github.com/stablyai/orca/pull/5926
- fix(jira): send non-browser User-Agent to avoid XSRF 403 on issue search/create by @zaridan in https://github.com/stablyai/orca/pull/5957
- fix: match workspace tab divider line colors with rest of UI by @noahkhomer18 in https://github.com/stablyai/orca/pull/5987
- fix(agent-hooks): wrap Windows hook commands in cmd.exe to survive spaces in profile path (#6078) by @jorge-huxley in https://github.com/stablyai/orca/pull/6083
- fix(terminal): gate Windows ConPTY backend selection on execution host (serve panes) by @LesleyMurfin in https://github.com/stablyai/orca/pull/6027
- Fix blank/unclosable mobile emulator tab in floating workspace by @wolfiesch in https://github.com/stablyai/orca/pull/6042
- Fix SSH terminal replay artifacts by @Jinwoo-H in https://github.com/stablyai/orca/pull/6043
- Fix remote Node.js detection for nvm, mise, asdf, and volta by @thekvn in https://github.com/stablyai/orca/pull/6037
- Update mobile Android APK links to 0.0.15 by @AmethystLiang in https://github.com/stablyai/orca/pull/6108
- Tune terminal scroll defaults by @nwparker in https://github.com/stablyai/orca/pull/6068
- Load all hosts' repos at startup so cold start doesn't hide local repos by @omarshahine in https://github.com/stablyai/orca/pull/6079
- fix: Persist custom macOS dock icon by @tmchow in https://github.com/stablyai/orca/pull/6088
- Improve highlight contrast for selected file explorer rows by @AmethystLiang in https://github.com/stablyai/orca/pull/6104
- fix: publish linux release matrix artifacts by @nwparker in https://github.com/stablyai/orca/pull/6111
- Support SSH file copy to OS clipboard by @sawirricardo in https://github.com/stablyai/orca/pull/6110
- Detect agents in the serve user's package-manager bins; don't pin empty remote-detect results by @LesleyMurfin in https://github.com/stablyai/orca/pull/6029
- Defer workspace directory path edits until blur or enter by @AmethystLiang in https://github.com/stablyai/orca/pull/6059
- Fix directory pickers creating typed prefixes by @sawirricardo in https://github.com/stablyai/orca/pull/6114
- Reduce git trace and branch compare polling churn by @wolfiesch in https://github.com/stablyai/orca/pull/6002
- Fix terminal font chooser filtering by @nwparker in https://github.com/stablyai/orca/pull/6121
- fix(jira): surface issue-search failures instead of a misleading empty list by @zaridan in https://github.com/stablyai/orca/pull/5958
- Document Orca CLI card status by @nwparker in https://github.com/stablyai/orca/pull/6122
- Don't enqueue local PR refresh for remote-host repos (fix renderer OOM crash) by @omarshahine in https://github.com/stablyai/orca/pull/6094
- Fix WorktreeCard render-scope retention in virtual rows by @Jinwoo-H in https://github.com/stablyai/orca/pull/6117
- Fix Windows terminal cwd from MSYS paths by @Jinwoo-H in https://github.com/stablyai/orca/pull/6126
- Fix Fira Code ligature repaint in terminals by @Jinwoo-H in https://github.com/stablyai/orca/pull/6123
- fix: cache macOS computer-use AX snapshot reads by @Jinwoo-H in https://github.com/stablyai/orca/pull/6130
- Add relay upstream negative cache by @Jinwoo-H in https://github.com/stablyai/orca/pull/6105
New Contributors
- @MaplumeX made their first contribution in https://github.com/stablyai/orca/pull/5915
- @audichuang made their first contribution in https://github.com/stablyai/orca/pull/5876
- @dvic made their first contribution in https://github.com/stablyai/orca/pull/5895
- @bennewell35 made their first contribution in https://github.com/stablyai/orca/pull/5977
- @rsaulo made their first contribution in https://github.com/stablyai/orca/pull/6013
- @zhangqinzhong made their first contribution in https://github.com/stablyai/orca/pull/5986
- @zaridan made their first contribution in https://github.com/stablyai/orca/pull/5957
- @noahkhomer18 made their first contribution in https://github.com/stablyai/orca/pull/5987
- @jorge-huxley made their first contribution in https://github.com/stablyai/orca/pull/6083
- @thekvn made their first contribution in https://github.com/stablyai/orca/pull/6037
- @omarshahine made their first contribution in https://github.com/stablyai/orca/pull/6079
Full Changelog: https://github.com/stablyai/orca/compare/v1.4.90...v1.4.92