Oxide – a native terminal for macOS and Linux, built on GPUI Oxide, a native terminal emulator for macOS and Linux written entirely in Rust, has been released, built on GPUI (Zed's UI framework) and the alacritty_terminal crate for PTY and VT parsing. Oxide is GPU-rendered and bundles a vim-navigable file-tree drawer, tmux-style workspaces, a powerline prompt, and a vim copy mode, all configured through a single TOML file that reloads on save, with no account, AI, or telemetry. It installs on macOS 12 or later via Homebrew cask or a notarized DMG, and on Linux x86_64 (Wayland or X11) via an Arch PKGBUILD or a release tarball with install.sh, requiring a Vulkan driver and libnotify. A native terminal emulator for macOS and Linux, written entirely in Rust. Rust is iron oxide. It's a whole thing. Website https://oxideterminal.com · Docs https://oxideterminal.com/docs/ · Changelog https://oxideterminal.com/changelog/ · Compare https://oxideterminal.com/compare/ · Discord https://discord.gg/APV9FYGgeh Oxide is a GPU-rendered terminal built on GPUI https://www.gpui.rs Zed's UI framework and alacritty terminal https://crates.io/crates/alacritty terminal Alacritty's PTY + VT parser , with a file-tree drawer you drive like vim and a status bar that knows where your shell is. The things you'd normally bolt on — a file tree, tmux-style workspaces, a powerline prompt, a vim copy mode — are built in, and all of it is configured in one TOML file that reloads when you save. No account, no AI, no telemetry: the only thing Oxide asks the network is whether GitHub has a newer release. macOS brew install --cask oxide-terminal/tap/oxide-terminal Or grab the DMG from the latest release https://github.com/oxide-terminal/oxide/releases/latest and drag Oxide to Applications. Builds are Developer ID signed and notarized, so there's no right-click-to-open dance, and Oxide keeps itself up to date afterwards — it checks on launch and every six hours, or on demand via Oxide → Check for Updates… Linux Wayland or X11, x86 64 Arch and derivatives: a pacman package from the PKGBUILD in this repo an AUR package will follow once AUR registration reopens git clone https://github.com/oxide-terminal/oxide.git cd oxide/packaging/aur/oxide-terminal-bin && makepkg -si any distro: the release tarball tar xzf oxide-