正在加载视频...

视频加载失败

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,759 次观看 • 11 个月前 •via X (Twitter)

11 条评论

All Hands AI 的头像
All Hands AI11 个月前

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 AI11 个月前

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 AI11 个月前

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 Falkowski11 个月前

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 AI11 个月前

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

Luca Baggi 的头像
Luca Baggi11 个月前

uv ftw

All Hands AI 的头像
All Hands AI11 个月前

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

The Mandorlarian 的头像
The Mandorlarian11 个月前

Man alive you guys rule. Terrific work.

All Hands AI 的头像
All Hands AI11 个月前

🙌

Evi 的头像
Evi11 个月前

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 AI11 个月前

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

相关视频