https://github.com/djaquels/hipposhell
A shell wrapper to automate sys/dev task leveraging ollama inteligence services.
https://github.com/djaquels/hipposhell
ai-assistant cpp linux-shell llama3 ollama-client
Last synced: 3 months ago
JSON representation
A shell wrapper to automate sys/dev task leveraging ollama inteligence services.
- Host: GitHub
- URL: https://github.com/djaquels/hipposhell
- Owner: djaquels
- Created: 2025-06-25T10:05:21.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-06-25T14:05:44.000Z (4 months ago)
- Last Synced: 2025-06-25T14:48:27.566Z (4 months ago)
- Topics: ai-assistant, cpp, linux-shell, llama3, ollama-client
- Language: C++
- Homepage:
- Size: 9.42 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Hippo Shell
Leveraging the capabilities of ollama, hippo-shell is a
linux assistant that can automatically execute shell commands offering a
shell-less experience where developers, system administrators and users can
accelerate their bash, system tasks.### Installation
Clone repository and run the
package.sh
then execute with./build/hippo-shell
optionally can be added to user/systems path. Then can be run ashippo-shell
### Description
The agent can automatically (either with or without user supervision) execute shell commands like the following
User prompt
>I want to pull and execute a nginx container on port 8086
The agent will execute a code like this
docker pull nginx &&
docker run -t server -p 8086:8080 nginx# Specs
- It uses ollama:llama3.2 no network access required
- User confirms (edits) commands before execution
- User can enrich context (pending)
- Automatic system tunning after installation (pending)
- Build a TUI with ncurses or fzf-style interface (pending)### Showcase

---

---
