v0.4.1
TUIOS v0.4.1 Release
A terminal-based window manager with tmux-style keybindings.
What's New
tuios-web is now released as a separate binary! This provides better security isolation
by separating the web server functionality from the main TUIOS binary.
Installation
TUIOS (Terminal Window Manager)
Quick Install (Linux/macOS):
curl -sSL https://raw.githubusercontent.com/Gaurav-Gosain/tuios/main/install.sh | bashHomebrew (macOS/Linux):
brew tap Gaurav-Gosain/tap
brew install tuiosArch Linux (AUR):
# Using yay
yay -S tuios-bin
# Using paru
paru -S tuios-binNix:
# Run directly
nix run github:Gaurav-Gosain/tuios#tuios
# Or add to your configuration
nix-shell -p tuiosGo Install:
go install github.com/Gaurav-Gosain/tuios/cmd/tuios@v0.4.1tuios-web (Web Terminal Server)
Homebrew (macOS/Linux):
brew tap Gaurav-Gosain/tap
brew install tuios-webArch Linux (AUR):
# Using yay
yay -S tuios-web-bin
# Using paru
paru -S tuios-web-binGo Install:
go install github.com/Gaurav-Gosain/tuios/cmd/tuios-web@v0.4.1Manual Download:
Download the appropriate tuios_* or tuios-web_* archive for your platform below, extract it, and run.
Changelog
New Features
- 61489df: feat: add install script for tuios-web (@Gaurav-Gosain)
Other Changes
- 1998dad: build(deps): bump sip to v0.1.8 (@Gaurav-Gosain)
Full Changelog: v0.4.0...v0.4.1