A Go CLI tool to manage and run Turtle WoW on Arch based distros.
Supposed to work both for Wayland and X11 (untested) with automatic GPU detection (AMD/NVIDIA/Intel).
# From source
go install github.com/bnema/turtlectl@latest
# Arch Linux (AUR)
yay -S turtlectl-gitturtlectl install # Download AppImage + create desktop entry
turtlectl launch # Start the game
turtlectl update # Update AppImage only
turtlectl clean # Remove config/cache (keeps game files)
turtlectl clean -a # Full purge including game filesBrowse and install 880+ addons from the Turtle WoW Wiki, enriched with GitHub metadata (stars, last commit, author).
Web browser: https://bnema.github.io/turtlectl/
CLI:
turtlectl addons explore # Interactive TUI browser
turtlectl addons explore -l # Table output
turtlectl addons explore --json # JSON output
turtlectl addons explore -r # Force refresh from GitHubThe registry is updated daily via GitHub Actions.
| Type | Path |
|---|---|
| Data | ~/.local/share/turtle-wow |
| Cache | ~/.cache/turtle-wow |
| Game | ~/Games/turtle-wow |
Override game directory: TURTLE_WOW_GAME_DIR=/path/to/game turtlectl launch
MIT