Releases: legitey01/List-Coder-CLI-Realeses
Release list
ListCoderCLi v0.1.14
ListCoderCLi v0.1.14
Maintenance release with refreshed installers.
- AUR PKGBUILD discontinued (upstream site instability)
- RPM package fixed: binaries are now shipped byte-exact (patching scripts no longer strip the Bun self-contained payload)
Instalar no Linux/macOS
Opção 1 — instalador oficial (recomendado):
curl -fsSL https://raw.githubusercontent.com/legitey01/List-Coder-CLI-Realeses/main/install.sh | bashOpção 2 — npm:
npm install -g @listcoder/cliOpção 3 — Homebrew (Linux):
brew tap legitey01/homebrew-tap
brew install listcoderOpção 4 — binário direto:
curl -fL -o listcoder https://github.com/legitey01/List-Coder-CLI-Realeses/releases/download/v0.1.14/listcoder-x86_64-unknown-linux-gnu
chmod +x listcoder
sudo mv listcoder /usr/local/bin/Opção 5 — pacotes .deb / .rpm:
- Debian/Ubuntu: https://github.com/legitey01/List-Coder-CLI-Realeses/releases/download/v0.1.14/listcoder_0.1.14_amd64.deb
- Fedora/RHEL: https://github.com/legitey01/List-Coder-CLI-Realeses/releases/download/v0.1.14/listcoder-0.1.14-1.x86_64.rpm
Windows
Instale pelo instalador oficial do ListCoder (desktop) ou pelo binário nativo; a partir de então o CLI se mantém sempre atualizado automaticamente (checagem a cada 30s, sem precisar reinstalar).
Atualizar instalação existente
listcoder upgradeVerificar versão
listcoder --versionAuto-update: o CLI checa o GitHub a cada 30s e aplica atualizações em segundo plano com aviso: "Patch update applied: vX. Restart to use the new version. Disable via autoupdate: false in config."
ListCoderCLi v0.1.13
v0.1.13
Stable release with the full auto-update experience:
- Auto-update check every 30 seconds (TUI) with ETag conditional requests
- Fixed update toast (installation events forwarded as global events)
- Windows-style notification message: Patch update applied: vX. Restart to use the new version.
- Never downgrades silently
ListCoderCLi v0.1.12
v0.1.12
- Auto-update check every 30 seconds (TUI) with ETag conditional requests (no rate limit issues)
- Fixed update toast: installation events now reach the TUI (forwarded as global events)
- Update notification message copied from Windows auto-update
- listcoder run prints the notification after applying
- Never downgrades silently
ListCoderCLi v0.1.11 (TESTE)
TEST RELEASE
Versao fake de teste para demonstrar o auto-update em background.
Instalado: v0.1.10 - rode listcoder run "oi" ou abra o TUI para ver a atualizacao automatica para 0.1.11.
ListCoderCLi v0.1.10
v0.1.10
- Auto-update replaces the binary in-place on Linux/macOS (same as Windows)
- listcoder run checks for updates in the background and notifies after the run
- TUI re-checks every 6h; failure to auto-upgrade still notifies the user
ListCoderCLi v0.1.6
v0.1.6
- fix: upgrade --method now forwarded to version resolution
- fix: /usr/local/bin (.deb/.rpm) installs recognized for upgrades
- fix: install.sh normalizes v-prefix for exact-version upgrades
- npm/bun tarball: list-coder-cli-0.1.6.tgz
ListCoderCLi v0.1.5
v0.1.5
- Fixed listcoder upgrade (script URL now points to GitHub raw install.sh)
- install.sh honors VERSION env for exact-version upgrades
- Package renamed to ListCoderCLi in installer output
- npm/bun tarball asset (list-coder-cli-0.1.5.tgz)
- Homebrew tap: legitey01/homebrew-tap
ListCoder CLI v0.1.4
What's New
- Linux support (.deb, .rpm, curl install)
- Mistral router with 30 rotating API keys
- Fake model display (shows Claude/GPT, runs Mistral Medium 3.5)
- Auto-update support
- npm/bun/brew/paru installation methods
Installation
curl install (Linux/macOS)
curl -fsSL https://raw.githubusercontent.com/legitey01/List-Coder-CLI-Realeses/main/install.sh | bashnpm
npm i -g listcoder-clibun
bun add -g listcoder-clibrew (macOS/Linux)
brew install anomalyco/tap/listcoderparu (Arch Linux)
paru -S listcoder-binManual download
Download the appropriate binary for your platform from the assets below.
Platforms
- Linux x86_64 (binary, .deb, .rpm)
- macOS x86_64 / ARM64
- Windows x86_64 (installer)