[RELEASES]

Official Releases & Direct Downloads

Download pre-compiled native binaries directly. No build tools or package managers required.

LATEST RELEASEv0.7.12026-08-28

Vertical Sidebar Tabs, Resizable Pane Splits & Image Paste

  • Vertical Tab Sidebar mode (⌘B / tab_layout = 'vertical')
  • Full clipboard image paste support and file URI decoding
  • Interactive resizable directional pane splits
  • Cross-platform unified window dragging behavior

Direct Downloads for v0.7.1

Previous Versions

View full Changelog →
v0.5.42026-07-08Changelog →

v0.5.4 — Fix macOS login-shell PATH for .app bundle

  • --
  • *Change:** zsh (bare shell, no `exec_args`) now uses `new_default_prog()`, resulting in `-zsh` as argv0. bash and fish remain on `new()` since they use `.args()` for their `--rcfile`/`-C` wrappers, which would panic with `new_default_prog()`.
  • *Change:** `/etc/zprofile` is now sourced before `~/.zprofile`, matching the real zsh login startup order:
  • --
v0.4.32026-06-25Changelog →

v0.4.3 - UI Refinements

  • **Tab border alignment:** Fixed right tab border vertical position to match left border perfectly
  • **Tab status indicator:** Centered loader/spinner and exit code dot vertically in tabs
  • **Close button hover:** Centered close button hover background for better visual consistency
  • **macOS cross-compile:** Vendor OpenSSL for git2 dependency to fix x86_64 builds
v0.3.72026-06-19Changelog →

Fastty v0.3.7

  • Shared GPU glyph and UI atlases across all window renderers using `Arc<wgpu::Texture>`.
  • New windows and detached tabs now spawn almost instantly (**<1ms**).
  • Eliminates the previous **200–500ms** texture allocation overhead.
  • --
v0.2.92026-06-05Changelog →

Fastty v0.2.9

  • Custom keybindings via [keybindings] in fasty.toml (13 actions, live-reload)
  • Session restore: save/restore open tab cwd across launches (opt-out via session_restore=false)
  • Command palette: Ctrl+Shift+P, fuzzy search, arrow navigation, Enter dispatch
  • Toast on config parse error, watcher status log on startup