uniterm

(★ 316)

A lightweight all-in-one terminal with 20+ protocols — SSH, RDP, SFTP, databases, Kubernetes and more. With a built-in autonomous AI Agent that plans and runs multi-turn shell commands.

  • .gitignore
  • app.go
  • app_credentials.go
  • app_darwin.go
  • app_notdarwin.go
  • app_notwindows.go
  • app_test.go
  • app_windows.go
  • CHANGELOG.md
  • CODE_OF_CONDUCT.md
  • CONTRIBUTING.md
  • go.mod
  • go.sum
  • LICENSE
  • main.go
  • main_test.go
  • README.md
  • README_zh-CN.md
  • relaunch.go
  • relaunch_darwin.go
  • ROADMAP.md
  • test_connection.go
  • THIRD_PARTY_NOTICES.md
  • wails.json

# Installation Guide

1. Get the code
git clone https://github.com/ys-ll/uniterm

Downloads the entire project code from GitHub to your computer.

cd uniterm

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
Prerequisites
  • Homebrew A package manager for macOS/Linux.
brew install --cask ys-ll/uniterm/uniterm

Installs the pre-built package via Homebrew — no source build required.

After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

3. Node.js

Easy
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Node.js Node.js must be installed to use npm. The LTS version is recommended.
cd frontend && npm install && cd ..

Moves into the project folder you just downloaded.

After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.

Pulled directly from this repo's README.

4. Go

Medium
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Go The Go compiler and toolchain.
go build ./...

Compiles the Go program into an executable.

go run .

Runs the Go program directly without a separate build step.

If the build finishes without errors, it worked. If you used go run ., check the terminal output.
// repository documentation