A Smart Terminal Powered by AI 💡
A modern terminal designed to accelerate your workflow by integrating the power of AI models directly into your command line.
In modern development, constantly switching between a code editor, documentation, and the terminal can break your focus. GraniteShell is here to unify that experience, allowing you to ask questions, generate code, and get answers without ever leaving your terminal window.
- 💻 Modern Interface: A clean, readable, and user-friendly terminal environment.
- 🤖 Integrated AI Mode: Activate
/activate_aimode to interact directly with a powerful language model. - 💾 Local Storage: Automatically save AI outputs, including code blocks, for future reference.
- 🔧 Profile Customization: Set your own username and storage directory to personalize your experience.
- 🌐 Multi-Model Ready: Designed to be adaptable for various AI models in the future. (Coming Soon)
It only takes 3 steps to get GraniteShell up and running:
-
Clone & Install
git clone [https://github.com/your-username/your-repository.git](https://github.com/your-username/your-repository.git) cd your-repository pip install -r requirements.txt -
Run the Application
python main.py
-
Initial Setup On the first run, follow the prompts to set up your username, local storage path, and your Replicate API token.
For in-depth guides, a complete command list, configuration details, and other technical information, please visit the GraniteShell Project Wiki.
