A terminal emulator for Windows, built from scratch.
[](CHANGELOG.md) [](#installation) [](https://www.electronjs.org/) [](tsconfig.json) [](#license)Install · Feature tour · Architecture · Changelog · Roadmap · Features
file:line smart links · masked secrets · live status bar
| **Package managers** ```powershell winget install Bitig.Bitig ``` ```powershell scoop bucket add bitig https://github.com/sametgurtuna/scoop-bitig scoop install bitig ``` ```powershell choco install bitig ``` Winget and Chocolatey install the NSIS build; Scoop installs the portable build and puts `bitig` on your `PATH`. | **Direct download** The latest release for Windows 11 x64 is on the [Releases page](https://github.com/sametgurtuna/bitig/releases/latest). | Build | File | |---|---| | **Setup** | `Bitig-Setup-1.0.4.exe` | | **Portable** | `Bitig-Portable-1.0.4.exe` | The installer lets you pick a directory and creates Start Menu and desktop shortcuts. The portable build is a single self contained executable that writes nothing to the registry. Both builds are x64 only and require Windows 11. No prerequisites: Node.js, Electron and the native ConPTY bindings are bundled. |
| **Tabs and panes** | Shortcut | Action | |---|---| | `Ctrl+Shift+N` | New window | | `Ctrl+Shift+T` | New tab | | `Ctrl+Shift+W` | Close active tab | | `Ctrl+Tab` / `Ctrl+Shift+Tab` | Next / previous tab | | `Ctrl+Shift+1..9` | Open tab with profile 1 to 9 | | `Alt+Shift+D` | Split focused pane right | | `Alt+Shift+E` | Split focused pane down | | `Ctrl+Shift+X` | Close focused pane | | `Ctrl+Shift+Z` | Zoom / unzoom focused pane | | `Alt+Arrow` / `Alt+H/J/K/L` | Navigate between panes | | **Surfaces and modes** | Shortcut | Action | |---|---| | `Ctrl+Shift+O` | Otağ (Workspace manager) | | `Ctrl+Shift+P` | Command palette | | `Ctrl+Shift+B` | Bitig Betik (runbooks) | | `Ctrl+R` | Fuzzy command history | | `Ctrl+F` | In terminal search | | `Ctrl+I` | Bitig Bilge (AI) | | `Ctrl+,` | Toggle settings panel | | `Alt+Shift+T` | Cycle themes | | `Alt+Shift+I` | Toggle broadcast input | | `Win+~` / `Ctrl+~` | Quake HUD window | | `Tab` | Accept the inline suggestion | | `Ctrl`/`Alt`+`→` | Accept the suggestion one word at a time | |