Skip to content

v0.0.25

Choose a tag to compare

@github-actions github-actions released this 26 Oct 09:44
· 1658 commits to main since this release

TUIOS v0.0.25 Release

A terminal-based window manager with tmux-style keybindings.

Installation

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

Manual Download

Download the appropriate binary for your platform below, extract it, and run:

./tuios

Go Install

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

Changelog

New Features

Bug Fixes


Full Changelog: v0.0.24...v0.0.25