










SolonCode is an enterprise-level terminal coding intelligent agent developed by Hangzhou Wuye Technology Co., Ltd. It is a fully Chinese-driven digital employee—capable of understanding requirements autonomously, planning steps autonomously, and writing code autonomously. It doesn't matter what model or platform you use; just open the terminal to start working.
Core Differentiation: SolonCode vs Claude Code
| Dimension | SolonCode | Claude Code |
|---|---|---|
| Language Environment | Full Chinese guidance word driven, more in line with domestic development habits | English为主 |
| Openness | 100% Open source, based on Java, flexible expansion | Proprietary commercial product |
| Model dependency | Unbound supplier, supports free configuration of mainstream large models | Bound to Anthropic, supports configuration of other models |
| Interactive interface | CLI / WEB / IM Robot | CLI / APP |
Open source project address:
SolonCode has an extremely lightweight size (about 32MB) and supports mainstream operating systems with excellent Java environment compatibility.
System Requirements:
Installation or Update Commands (the package is automatically downloaded, about 32MB):
# Mac / Linux:
curl -fsSL https://solon.noear.org/soloncode/setup.sh | bash
# Windows (PowerShell):
irm https://solon.noear.org/soloncode/setup.ps1 | iex
Fast Installation and Update Demonstration:
Since the release of v2026.5.13, SolonCode has undergone nearly 10 intensive iterations. This update revolves around three key terms:Web experience、IM connection、Control.
This update has added project browsing capabilities for the Web Interaction mode—left-side file tree provides an overview, keyword search locates results in seconds, and the right-side panel can be easily dragged and adjusted. No need to open an IDE, you can quickly browse code and copy snippets with one click in the browser. Additionally, a new Git Diff view has been added, making changes clear at a glance.
Now, use
soloncode webis launched, the browser becomes a lightweight AI IDE.
SolonCode is now integrated with WeChat, Lark, and DingTalk three major IM platforms. Scan to bind, and then mention it in the group or chat privately to directly issue coding and operations tasks. Lark uses WebSocket + Protobuf binary protocol, DingTalk is based on Stream long connection—messages are delivered and responded to instantly, just like real colleagues.
make AI a member of the team, no need to install new tools, find it anywhere.
the new /rewind command supports rolling back the last N rounds of conversation—AI went off track? One-click to bring it back./loop Command adds Cron expressions, allowing precise scheduling of repetitive tasks to the second level (e.g., check deployment status every 5 minutes). When the Web input box is empty, the up and down arrow keys can directly select historical tasks, avoiding manual re-entry for repeated operations.
/loop cron:'0 */5 * * * ?' check status
Conversations have a "do-over" feature, tasks have timers.
Welcome to use and provide valuable suggestions! If you encounter any problems, you can provide feedback through the following ways:
This content is automatically aggregated by InertiaRSS (RSS Reader) for reading reference only. Original from — Copyright belongs to the original author.