Skip to content

v0.1.0

Latest

Choose a tag to compare

@SidahmedSeg SidahmedSeg released this 16 Aug 20:56

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 | bash

Homebrew (macOS/Linux):

brew tap SidahmedSeg/tap
brew install tergo

Arch Linux (AUR):

# Using yay
yay -S tergo-bin

# Using paru
paru -S tergo-bin

Nix:

# Run directly
nix run github:SidahmedSeg/tergo#tergo

# Or add to your configuration
nix-shell -p tergo

Go Install:

go install github.com/SidahmedSeg/tergo/cmd/tergo@v0.1.0

tergo-web (Web Terminal Server)

Homebrew (macOS/Linux):

brew tap SidahmedSeg/tap
brew install tergo-web

Arch Linux (AUR):

# Using yay
yay -S tergo-web-bin

# Using paru
paru -S tergo-web-bin

Go Install:

go install github.com/SidahmedSeg/tergo/cmd/tergo-web@v0.1.0

Manual Download:
Download the appropriate tergo_* or tergo-web_* archive for your platform below, extract it, and run.

Changelog

Other Changes


Full Changelog: fork-point...v0.1.0