A tabbed terminal with tmux-style splits, where a pane can also be a notepad, a browser, or a viewer.
It records the command you have typed but not run. Close the lid, lose power, crash the machine — it is still at the prompt when you come back.
Looking up the latest release…
These builds are not code-signed. On macOS, right-click the app and choose
Open, then Open again. On Windows, SmartScreen will offer
More info → Run anyway. On Linux the AppImage needs
chmod +x before it will run.
| Ctrl+D | Split right |
| Ctrl+Shift+D | Split down |
| Ctrl+Alt+D | Send EOF to the shell |
| Ctrl+Enter | Zoom the focused pane |
| Ctrl+Alt+arrows | Move focus between panes |
| Ctrl+Shift+arrows | Resize the focused pane |
| Ctrl+T | New tab |
| Ctrl+Shift+W | Close pane |
| F11 | Full screen |
On macOS, ⌘ stands in for Ctrl. Hold the + button in the tab bar to open a notepad, a browser, or a file.
Built with Tauri, React and xterm.js. Read the code on GitHub.