GetSoloTech/solo-cli

每日信息看板 · 2026-03-09
开源项目
Category
github_search
Source
0
Score
2026-03-09T01:46:20Z
Published

AI 总结

GetSoloTech 发布并维护 solo-cli(由 solo-server 更名),这是一个面向边缘与本地硬件的 Physical AI 命令行工具,可用于微调和部署语言、视觉与动作模型,降低终端侧 AI 落地门槛。
#GitHub #repo #开源项目 #solo-cli #Physical AI #Python #Ollama #vLLM

内容摘录

Solo CLI

<div align="center">

Python 3.12+
License: Apache 2.0
PyPI Version

**Fastest way to deploy Physical AI on your hardware**

Simple CLI for Physical AI:
*Fine-tune and serve models in the physical world; optimized for edge & on-device operations*

</div>

<p align="center">
 <img src="media/solo-banner.png" alt="Solo Tech" width="500">
</p>

---
**📢 IMPORTANT: Package Renamed**

This package has been renamed from **solo-server** to **solo-cli**!

If you're upgrading from solo-server, please see the **Migration Guide** for upgrade instructions.
**Old**: pip install solo-server
**New**: pip install solo-cli
**Config Migration**: ~/.solo_server → ~/.solo
**CLI Command**: Still solo (unchanged) ✅

---

Solo-CLI powers users of Physical AI Inference by providing access to efficiency tuned AI models in the real world. From language to vision to action models, Solo-CLI allows you to interact with cutting-edge, on-device AI directly within the terminal. It is tailored for context aware intelligence, specialized for mission-critical tasks, and tuned for the edge.

<p align="center">
 <a href="https://docs.getsolo.tech">Docs</a> |
 <a href="https://getsolo.tech">About</a>
</p>

<div align="center">
 <table>
 <tr>
 <td align="center"><img src="media/LeRobot_Chess.png" alt="LeRobot Chess Match Screenshot" title="LeRobot Chess Match" width="375" height="225"></td>
 <td align="center"><img src="media/LeRobot_Writer.png" alt="LeRobot Writer Screenshot" title="LeRobot Author" width="375" height="225"></td>
 </tr>
 </table>
</div>
Installation
**Upgrading from solo-server?** See the Migration Guide first.

First, install the uv package manager and setup a virtual environment as 
explained in prereq.md
💻 Solo Tech Installation Demo 

<p align="center">
 <img src="media/SoloTechInstallationGIF.gif" alt="Solo Tech Installation Demo" width="600" height="450">
</p>

**To see the full video, click here to watch on YouTube.**
Solo Commands:
Interactive CLI for Robots
**Find more details here: Solo Robo Docs**

Interactive CLI for Local AI Deployment
API Reference
Find more details here: OpenAI -> OpenAI API Docs Ollama -> Ollama API Docs
vLLM & llama.cpp (OpenAI Compatible)
Ollama
Configuration
Navigate to config file
.solo/config.json 
Contributing
Fork the repository
Create feature branch (git checkout -b feature/name)
Commit changes (git commit -m 'Add feature')
Push to branch (git push origin feature/name)
Open Pull Request