$ 01 DOWNLOAD

Download Origami.

v0.17.1 · Apr 15, 2026

Install with brew brew install --cask tryorigami/origami/origami

Or choose a version for your OS below.

macOS
Universal
Download free
Windows
x86_64
Coming soon
Linux
AppImage
Coming soon

ORIGAMI+ Unlimited workspaces. Unlimited items. Up to 5 devices. Early-access to new features and priority support.

See pricing
$ 02 CHANGELOG

What's new.

  1. v0.17.1
    Apr 15, 2026

    [0.17.1] - 2026-04-15

    Added

    • Terminal line navigation: Cmd+Left/Right jump to start/end of line, Option+Left/Right jump word by word. TUIs that use the Kitty keyboard protocol still receive the raw keys.
    • Double-click to start: Double-click any stopped or exited tab in the sidebar to start it.

    Changed

    • Keyboard shortcuts dialog: New entries for the terminal line and word navigation shortcuts. The dialog body now scrolls instead of overflowing on shorter windows.
    • System shell: Changing the default shell now asks for confirmation and applies only to terminals you start afterward. Existing terminals keep running on their original shell instead of being killed and respawned.

    Fixed

    • UI zoom: The titlebar and terminal no longer scale with the zoom setting, so the title bar stays sharp and terminal text stays crisp at any zoom level. The sidebar, status bar, command palette and dialogs scale together and the sidebar stays scrollable above 100%. The Theme and Zoom segmented controls position their selection pill correctly at every zoom level.
    • Terminal settings: Changing font size, font family, scrollback or the Option-as-Meta toggle no longer wipes the terminal contents or causes duplicate output. Settings update in place.
    • Sidebar keyboard: Pressing Enter on a focused tab no longer enters drag mode. Cmd+Shift+Enter stops the tab as expected.
    • Tab focus: Clicking a tab while the git view is open now refocuses the terminal, matching the Cmd+G behavior.
    • Command palette: Vertical positioning is now symmetric instead of crowding the bottom on shorter windows.
  2. v0.17.0
    Apr 13, 2026

    [0.17.0] - 2026-04-13

    Changed

    • macOS bundle identifier: Renamed to app.tryorigami.macos. Workspaces and settings carry over automatically, but macOS will ask you to re-grant the notification permission on first launch.

    Fixed

    • Git view: Closing the git view by clicking the titlebar button now refocuses the terminal, matching the Cmd+G shortcut.
  3. v0.16.0
    Apr 12, 2026

    [0.16.0] - 2026-04-12

    Added

    • Intel Mac support: Origami now ships as a universal binary that runs natively on both Apple Silicon and Intel Macs.
  4. v0.15.0
    Apr 11, 2026

    [0.15.0] - 2026-04-11

    Added

    • Workspace color tags: pick a color when creating or editing a workspace. The sidebar initials badge and the settings workspaces table tint to match.
    • Changelog dialog: browse release notes without leaving the app. Open it from Origami → Changelog, or let it pop up automatically the first time you launch a new version.
    • Cmd+W back-out: Cmd+W now closes whatever context is front-most (settings, git view, active tab) instead of quitting the window. Use the red traffic light or Cmd+Q to close the window itself.

    Changed

    • Stop: stopping a command while it is still starting now interrupts the launch instead of waiting for it to finish coming up.
    • Start all / Stop all: the workspace header and command palette bulk actions now only touch commands marked auto-start. One-shot build or deploy commands are left alone.

    Fixed

    • Terminal copy: selecting wrapped output and copying it now preserves the visual line breaks instead of collapsing them into a single long line.
    • Stop indicator: stopping a running command no longer flashes red for a frame before settling to the stopped state.