Ellie is an AI-powered terminal companion for developers. Built by Tachera Sasi
Ellie helps you manage:
- System services
- Git workflows
- Todo lists
- Projects
- File and network tasks
- AI assistant (ChatGPT)
brew tap beyondEllie/ellie
brew install ellie# Intel
curl -LO https://github.com/tacheraSasi/ellie/releases/download/0.0.91/ellie_mac_amd64.tar.gz
sudo tar -C /usr/local/bin -xzvf ellie_mac_amd64.tar.gz
# Apple Silicon
curl -LO https://github.com/tacheraSasi/ellie/releases/download/0.0.91/ellie_mac_arm64.tar.gz
sudo tar -C /usr/local/bin -xzvf ellie_mac_arm64.tar.gzellie --versionEllie will ask for:
- Username
- OpenAI API Key
- Email (optional)
You can edit the config later:
nano ~/.ellie/.ellie.envellie
# Ask any question or get helpellie git commit
# Guided, conventional commit flowellie todo add "Fix bug"
ellie todo listellie start apache
ellie stop allellie project add api ~/projects/api
ellie switch apiellie list ~/projects
ellie connect-wifi "Home" "password"- Fork the repo
- Create a branch
- Submit a PR
Made with care by Tachera Sasi Terminal work, simplified.