Zeyt is a fast, GPU-optional terminal app with macOS-inspired design, folder-aware workspaces, and a clean split-pane layout — built to run smoothly even on older hardware. It features a native PTY backend built with Tauri and Rust, and a rich, customizable interface.
- Lightning Fast: Powered by a custom Rust PTY backend (
portable-pty) and xterm.js rendering. - Advanced Workspaces: Folder-scoped sessions with persistent layouts, tabs, and split-panes.
- Split Panes: Arbitrarily split your terminal horizontally or vertically (
Ctrl+Shift+D/Ctrl+D). - Tabs: Manage multiple contexts in one window (
Ctrl+Tto open,Ctrl+Wto close). - Theming: Premium dark mode out of the box with customizable accent colors and cursors.
- Session Persistence: Zeyt remembers your exact pane layout and working directories across restarts.
Pre-compiled binaries for Windows, macOS (Intel & Apple Silicon), and Linux are available in the Releases tab.
-
Install Prerequisites:
- Node.js & pnpm
- Rust
- Tauri dependencies (see Tauri setup guide)
-
Clone and Install:
git clone https://github.com/Codeleyoungtech/zeyt.git cd zeyt pnpm install -
Run in Development:
pnpm tauri dev
-
Build for Production:
pnpm tauri build
MIT License