Autonomous terminal agent

Put AI in your terminal

终端里的自主 AI Agent · Helpwo 远程 Agent · 浏览器连接本地电脑

Laintas CLI turns your shell into an AI-operated workspace. Type natural-language tasks, let the agent execute commands through a PTY, edit files, coordinate sub-agents, and stream results back into your terminal.

Laintas CLI 是连接 Helpwo 与本地开发环境的命令行工具。普通系统命令直接执行,自然语言任务交给 AI Agent 循环处理,让浏览器里的 Agent 可以安全地操作你的本机文件和 Shell。

AI Terminal Agent 终端AI Agent Helpwo Remote Agent 浏览器连接本地 Open Source

What It Does

自然语言驱动终端,本地文件与 Shell 安全可控

Natural-language shell work

自然语言执行终端任务

Ask for a task instead of memorizing every command. The agent plans, executes shell commands, reads output, and iterates.

Local file editing

本地文件读写与修改

Read, write, patch, search, and inspect project files from the terminal, with command approvals for risky actions.

Helpwo remote bridge

Helpwo 远程 Agent 桥接

Register your machine as a remote agent so Helpwo can operate local files and shell sessions from the browser.

Install

Linux 独立版本与源码包

Linux binary

Linux 独立二进制,无需 Python

curl -o laintas-cli_linux.tar.gz https://cli.laintas.com/releases/latest/laintas-cli_linux.tar.gz
tar xzf laintas-cli_linux.tar.gz
sudo ./laintas-cli/install.sh
laintas-cli

Source package

源码包,适合审计、调试与二次开发

curl -o laintas-cli_source.zip https://cli.laintas.com/releases/latest/laintas-cli_source.zip
unzip laintas-cli_source.zip
cd laintas-cli-source
python -m pip install -r requirements.txt
python laintas_cli.py

Features

核心能力

Pricing

CLI 工具免费,AI 调用按账户计费

Free

$0

The CLI binary and source code are free. Direct shell commands do not use AI.

Pro

$19.9

Laintas CLI product limit: 12,000 AI calls/month.

Gen

$49.9

20,000 AI calls/month across Laintas products, including future releases.

FAQ

What is Laintas CLI?

An autonomous AI agent in your terminal. Shell commands execute directly; natural-language tasks enter an AI loop that can use tools, execute commands, and continue from output.

How does it work with Helpwo?

The CLI registers as a remote Helpwo agent. Your browser can then ask the agent to inspect local files, run commands, and report results, with approval gates for sensitive actions.

为什么只提供 Linux 和源码包?

当前公开下载页聚焦 Linux 服务器/终端场景,并提供源码包覆盖其他平台、审计、调试与二次开发需求。源码包需要 Python 3.10+。

Is it safe?

Commands are evaluated by a local policy engine. Risky commands can require approval or be denied, and command decisions can be audited locally.