Installing jjui
Windows
Section titled “Windows”Use WinGet:
winget install IbrahimDursun.jjuiUse Scoop:
scoop bucket add extrasscoop install jjuiHomebrew
Section titled “Homebrew”The latest release of jjui is available on Homebrew core:
brew install jjuiArchlinux (maintained by @TeddyHuang-00)
Section titled “Archlinux (maintained by @TeddyHuang-00)”The built jjui binary from latest release is available on the AUR:
paru -S jjui-bin# ORyay -S jjui-binAvailable in nixpkgs (maintained by @Adda0):
nix run nixpkgs#jjuiThis repo also provides a flake (maintained by @vic and @doprz) with flake-compat and an overlay:
nix run github:idursun/jjuiFor development:
nix develop github:idursun/jjuiFrom go install
Section titled “From go install”To install the latest released (or pre-released) version:
go install github.com/idursun/jjui/cmd/jjui@latestTo install the latest commit from main:
go install github.com/idursun/jjui/cmd/jjui@HEADTo install the latest commit from main bypassing the local cache:
GOPROXY=direct go install github.com/idursun/jjui/cmd/jjui@HEADFrom source
Section titled “From source”You can build jjui from source.
git clone https://github.com/idursun/jjui.gitcd jjuigo install ./...From pre-built binaries
Section titled “From pre-built binaries”You can download pre-built binaries from the releases page.