🚀. Socket Launch Week Day 2:Introducing Manifest Alerts.Learn more
Sign In

tmcode-ai

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tmcode-ai

tmcode v1 = opencode 1.17.4 source-rebuilt with renamed config dirs (~/.config/tmcode), bin name 'tmcode', and own brand. Deep rebrand WIP.

latest
Source
npmnpm
Version
1.18.10
Version published
Weekly downloads
507
Maintainers
1
Weekly downloads
 
Created
Source

tmcode (天马)

A coding-agent CLI for the terminal.

Install

npm install -g @tianma-ai/tmcode

Run

tmcode

从旧版本升级 (Upgrading from earlier names)

如果你之前装过 tianma-aitmcode-aitmcode 等名字,直接 install 会因为 tmcode 命令名冲突报错(npm ERR! code EEXIST ... /bin/tmcode file already exists)。

推荐:先卸载旧包再装

npm uninstall -g tianma-ai tmcode-ai tmcode 2>/dev/null
npm install -g @tianma-ai/tmcode

(2>/dev/null 用来忽略本来就没装过那些名字的报错,可以安全运行。)

或者强制覆盖

npm install -g @tianma-ai/tmcode --force

--force 会让 npm 接受跨包覆盖 tmcode 命令,适合不确定装过什么旧名字的情况。

Supported platforms

  • macOS (Apple Silicon, Intel)
  • Linux x86_64 / arm64 (glibc / musl)
  • Windows x86_64 / arm64

License

MIT.

FAQs

Package last updated on 15 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts