tzamuncode
v0.2.1
Published
TzamunCode — AI coding agent for TzamunAI (ILM models). Installs a self-contained binary; no toolchain required.
Downloads
4,467
Maintainers
Readme
TzamunCode
AI coding agent for TzamunAI, running on TzamunAI's ILM models.
TzamunCode is a terminal-based AI coding assistant — it reads and edits your code, runs commands, and works across your project. This package installs a single self-contained binary: no Python, no compiler, no toolchain, no build step.
Install
npm install -g tzamuncodeOr run it once, without installing:
npx tzamuncodeOn install, the binary for your platform (Windows / macOS / Linux, x64 or arm64)
is downloaded from https://code.tzamun.ai, checksum-verified, and cached in
~/.tzamuncode/bin. If your environment skips postinstall scripts, it downloads
automatically the first time you run tzamuncode.
No Node? You can install the binary directly instead:
- macOS / Linux:
curl -fsSL https://code.tzamun.ai/install | bash- Windows (PowerShell):
irm https://code.tzamun.ai/install.ps1 | iex
Quick start
tzamuncode login # sign in with your mobile number (one-time SMS code)
tzamuncode # start the agent in the current projecttzc is a short alias for tzamuncode.
Updating
npm install -g tzamuncode@latestTzamunCode also checks for new releases on startup and, when one is available, shows you this command — it never modifies itself in place.
Configuration
Settings live in ~/.config/tzamuncode/tzamuncode.json. By default TzamunCode
talks to the TzamunAI gateway and uses the ILM models (ILM:Coder, ILM:Pro,
ILM:Vision). Your access key is stored there after tzamuncode login.
Terminal tips (SSH / PuTTY)
Best experience: Windows Terminal + ssh (not PuTTY) — it supports
Shift+Enter and Ctrl+Shift+C/V copy‑paste. If you use PuTTY:
- New line in the prompt:
Ctrl+J(PuTTY doesn't send Shift+Enter) - Copy: hold
Shiftand drag‑select (bypasses mouse capture; auto‑copies) - Paste:
Shift+Insertor right‑click (Ctrl+C/Ctrl+Vdon't work in PuTTY)
Full guide: https://code.tzamun.ai/terminal
Supported platforms
| OS | Architectures | | ------- | --------------- | | Windows | x64 | | macOS | arm64, x64 | | Linux | x64 |
Advanced: set TZAMUNCODE_BASE to override the download host (testing / mirrors).
Links
- Install & docs: https://code.tzamun.ai
- Issues / support: [email protected]
TzamunCode is developed by TzamunAI. Licensed under MIT.
