KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
dasshh
★ 28
Open GitHub ↗
An AI Assistant on your terminal
Download README (.md)
Explore Similar Repositories
Unblock-for-Russia
:
Список сайтов, которые ограничивают доступ или функционал для российских IP-адресов.
godot-git-describe
:
Seamlessly display in-game versions based on your Git tags.
NFC-MusicPlayer
:
一个使用NFC来选择和播放音乐的DIY播放器
niXhtml
:
Write static sites with pure Nix, and nothing but pure Nix.
5.15-android13-kernel_gki
:
5.15(GKI)内核更新项目
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
dasshh
?
Download (.md)
<div align="center"> # 🗲 *Dasshh* 🗲 ***An AI Agent on your terminal, to preserve your brain juice.*** Dasshh is a tui built with [textual](https://textual.textualize.io/) that allows you to interact with your computer using natural language. </div> <hr> [](https://pypi.org/project/dasshh/) [](https://opensource.org/licenses/MIT) [](https://github.com/vgnshiyer/dasshh/actions/workflows/ci.yml) [](https://www.linkedin.com/comm/mynetwork/discovery-see-all?usecase=PEOPLE_FOLLOWS&followMember=vgnshiyer) [](https://www.buymeacoffee.com/vgnshiyer) <img src="assets/feature1.gif" alt="Dasshh Demo" width="800"> **Note:** This project is still in early development. Suggestions and contributions are welcome! ## ✨ Features - Interactive & minimal chat UI - Chat with your personal assistant on your terminal - Perform actions on your computer with plain English - Extensible with your own tools ## 📦 Installation ### Using `uv` (Recommended) If you haven't tried [uv](https://github.com/astral-sh/uv) yet, it's highly recommended for fast Python package management. ```bash # Install uv on macOS brew install uv # Or using curl curl -LsSf https://astral.sh/uv/install.sh | sh # Install dasshh uv tool install dasshh ``` ### Using `pipx` ```bash # Install pipx if you haven't already pip install --user pipx pipx ensurepath # Install dasshh pipx install dasshh ``` ### Verify Installation ```bash dasshh --version ``` ## 🚀 Quick Start ### 1. Initialize Configuration ```bash dasshh init-config ``` This creates a config file at `~/.dasshh/config.yaml`. ### 2. Configure Your Model Edit the config file to set your model and API key: ```yaml dasshh: selected_model: my-gemini # Select which model to use models: - model_name: my-gemini litellm_params: model: gemini/gemini-2.0-flash api_key: <your-google-AI-studio-api-key> ``` > See [litellm docs](https://docs.litellm.ai/docs/providers) for all supported models and providers. ### 3. Launch Dasshh ```bash dasshh ``` ### 4. Start Chatting Ask Dasshh to help with system tasks: ``` • What's the current CPU usage? • Show me the top memory-intensive processes • List files in my downloads folder • Create a new directory called "projects" ``` **Exit:** Press `Ctrl+C` to terminate. ## 📖 Documentation For comprehensive documentation, visit [https://vgnshiyer.github.io/dasshh/](https://vgnshiyer.github.io/dasshh/). ## 🤝 Contributing We welcome contributions! 🎉 - **Read our [Contributing Guide](CONTRIBUTING.md)** for development setup and guidelines - **Report bugs** using our [issue templates](.github/ISSUE_TEMPLATE/) - **Request features** or ask questions in our [discussions](https://github.com/vgnshiyer/dasshh/discussions) - **Improve documentation** - we appreciate all help! ## 📝 License This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.