Releases: psmux/TerminalMap
Releases · psmux/TerminalMap
Release list
v0.1.0
TerminalMap v0.1.0
High precision terminal map viewer and reusable TUI map SDK. Renders OpenStreetMap vector tiles using braille characters.
Changelog
- Add Linux build, APT publishing, and cargo-deb config (230fd92)
- Rewrite release workflow with psmux best practices, add Scoop publishing (01f31a1)
- Add release workflow for crates.io, Chocolatey, and winget auto publishing (1556410)
- Update README with community appeal, emojis, and move repo to psmux (3a3299c)
- Add screenshot and update README with preview image (3216f92)
- Initial commit: TerminalMap v0.1.0 (dfe22fd)
Downloads
| Platform | File |
|---|---|
| Windows x64 (Intel/AMD 64 bit) | terminalmap-v0.1.0-windows-x64.zip |
| Linux x64 (tarball) | terminalmap-v0.1.0-linux-x64.tar.gz |
| Linux x64 (.deb) | terminalmap_0.1.0_amd64.deb |
Installation
Via Cargo (Rust):
cargo install terminalmapVia Chocolatey:
choco install terminalmapVia WinGet:
winget install psmux.TerminalMapVia Scoop:
scoop bucket add terminalmap https://github.com/psmux/scoop-terminalmap
scoop install terminalmapVia APT (Debian/Ubuntu):
curl -fsSL https://psmux.github.io/apt-repo/gpg.key | sudo gpg --dearmor -o /usr/share/keyrings/terminalmap.gpg
echo "deb [signed-by=/usr/share/keyrings/terminalmap.gpg] https://psmux.github.io/apt-repo stable main" | sudo tee /etc/apt/sources.list.d/terminalmap.list
sudo apt update && sudo apt install terminalmap