Fast native macOS terminal with first-class GitHub Codespaces and Dev Tunnels support.
- Download the latest
Vector-{version}-universal.dmgfrom GitHub Releases. - Open the DMG and drag
Vector.appto/Applications. - The first time you launch, macOS will block the unsigned app. Run this once in Terminal:
xattr -dr com.apple.quarantine /Applications/Vector.app- Open Vector from
/Applications(or Launchpad). You should see a window titledVectorwith a small build identifier in the bottom-right corner.
Phase 1 (Foundation & CI/DMG Pipeline) — early bootstrap. Phases 2–10 fill in
the terminal core, GPU renderer, mux, polish, GitHub auth, Codespaces SSH,
Dev Tunnels, persistence, and hardening. See .planning/ROADMAP.md.
Requires Rust 1.88.0+ (auto-pinned via rust-toolchain.toml) and Xcode CLI tools.
brew install create-dmg librsvg git-cliff
cargo install cargo-bundle@0.10.0
cargo xtask dmg --universal # produces target/dmg/Vector-{version}-universal.dmgMIT. See LICENSE.