Installation
import { Tabs, TabItem, Aside } from ‘@astrojs/starlight/components’;
Recommended
npm (most common)
npm install -g mimo-tuiRequires Node.js 18+.
Homebrew (macOS / Linux)
brew install mimo-tui/mimo-tui/mimo-tuiOne-liner script
curl -fsSL https://mimo-tui.pages.dev/install.sh | shAuto-detects your platform and architecture, downloads the right binary from GitHub Releases.
Alternatives
Cargo (Rust users)
cargo install mimo-tuiBuilds from source locally. Requires Rust 1.82+.
Scoop (Windows)
scoop bucket add mimo-tui https://github.com/duolaAmengweb3/scoop-mimo-tuiscoop install mimo-tuiDocker
docker run -it -v "$PWD":/workspace ghcr.io/duolaamengweb3/mimo-tui:latestGitHub Releases (manual)
Grab the right archive from Releases and put the binary in your $PATH:
| Platform | Filename |
|---|---|
| macOS arm64 (M1+) | mimo-aarch64-apple-darwin.tar.gz |
| macOS x64 (Intel) | mimo-x86_64-apple-darwin.tar.gz |
| Linux x64 (glibc) | mimo-x86_64-unknown-linux-gnu.tar.gz |
| Linux x64 (musl) | mimo-x86_64-unknown-linux-musl.tar.gz |
| Linux arm64 | mimo-aarch64-unknown-linux-gnu.tar.gz |
| Windows x64 | mimo-x86_64-pc-windows-msvc.zip |
Verify
mimo --version# → mimo-tui 1.0.0 (build ...)Upgrade
Uninstall
# Optional: remove configrm -rf ~/.mimo/```~/.mimo/ isn’t auto-deleted on uninstall — clean it up manually if you want.
Next
Installed? Continue to Quickstart.