正在加载视频...

视频加载失败

Introducing the OpenHands CLI, a new coding CLI that: - Has top accuracy (similar to Claude Code) - Is completely open source, MIT licensed - Is model agnostic, use an API or bring your own - Is simple to install and run `pip install openhands-ai` and `openhands` (no Docker!)

308,873 次观看 • 1 年前 •via X (Twitter)

11 条评论

All Hands AI 的头像
All Hands AI1 年前

OpenHands has long been one of the best coding agents overall, and especially top open source agents. But running it required a docker sandbox and GUI, and many of our users asked for a more light-weight alternative. This CLI solves this.

All Hands AI 的头像
All Hands AI1 年前

In implementing this, we added a few pieces of functionality: 1. slash commands to make it easy to change settings 2. a confirmation mode to allow you to check commands before you run them

All Hands AI 的头像
All Hands AI1 年前

We're enjoying using the CLI when logged in to servers, or just to spin up a session in a low-friction way. Hope that you like it too! Here is: - A blog with more details: - Docs: - Slack for support:

Tommy Falkowski 的头像
Tommy Falkowski1 年前

This is awesome, it's good to have further open source options. Is there any local model that works well enough for minor edits? I remember devstral being specifically trained to work with open hands. does that include this cli?

All Hands AI 的头像
All Hands AI1 年前

Yes, definitely! You can set up a server for devstral and point the CLI at it:

Luca Baggi 的头像
Luca Baggi1 年前

uv ftw

All Hands AI 的头像
All Hands AI1 年前

Yes, we've heard that this works too! uvx --python 3.12 --from openhands-ai openhands

The Mandorlarian 的头像
The Mandorlarian1 年前

Man alive you guys rule. Terrific work.

All Hands AI 的头像
All Hands AI1 年前

🙌

Evi 的头像
Evi1 年前

Can you please make it a Mac binary with all deps baked in? The pip thing is not the right way to install system level tools like coding agent!

All Hands AI 的头像
All Hands AI1 年前

That's a good point! We can open an issue on the github, and would certainly welcome contributions.

相关视频