Skip to content

v0.4.3

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Dec 03:43
· 4 commits to main since this release

TUIOS v0.4.3 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 | bash

Homebrew (macOS/Linux):

brew tap Gaurav-Gosain/tap
brew install tuios

Arch Linux (AUR):

# Using yay
yay -S tuios-bin

# Using paru
paru -S tuios-bin

Nix:

# Run directly
nix run github:Gaurav-Gosain/tuios#tuios

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

Go Install:

go install github.com/Gaurav-Gosain/tuios/cmd/tuios@v0.4.3

tuios-web (Web Terminal Server)

Homebrew (macOS/Linux):

brew tap Gaurav-Gosain/tap
brew install tuios-web

Arch Linux (AUR):

# Using yay
yay -S tuios-web-bin

# Using paru
paru -S tuios-web-bin

Go Install:

go install github.com/Gaurav-Gosain/tuios/cmd/tuios-web@v0.4.3

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

Changelog

Bug Fixes


Full Changelog: v0.4.2...v0.4.3