TERGO v0.1.0 Release
A terminal-based window manager with tmux-style keybindings.
What's New
tergo-web is now released as a separate binary! This provides better security isolation
by separating the web server functionality from the main TERGO binary.
Installation
TERGO (Terminal Window Manager)
Quick Install (Linux/macOS):
curl -sSL https://raw.githubusercontent.com/SidahmedSeg/tergo/main/install.sh | bashHomebrew (macOS/Linux):
brew tap SidahmedSeg/tap
brew install tergoArch Linux (AUR):
# Using yay
yay -S tergo-bin
# Using paru
paru -S tergo-binNix:
# Run directly
nix run github:SidahmedSeg/tergo#tergo
# Or add to your configuration
nix-shell -p tergoGo Install:
go install github.com/SidahmedSeg/tergo/cmd/tergo@v0.1.0tergo-web (Web Terminal Server)
Homebrew (macOS/Linux):
brew tap SidahmedSeg/tap
brew install tergo-webArch Linux (AUR):
# Using yay
yay -S tergo-web-bin
# Using paru
paru -S tergo-web-binGo Install:
go install github.com/SidahmedSeg/tergo/cmd/tergo-web@v0.1.0Manual Download:
Download the appropriate tergo_* or tergo-web_* archive for your platform below, extract it, and run.
Changelog
Other Changes
- ebdf24e: rebrand: fork tuios as tergo (@SidahmedSeg)
- 3dffa52: release: prepare v0.1.0 (@SidahmedSeg)
Full Changelog: fork-point...v0.1.0