A compact, always-on-top utility window that packs bash, chat, notes, and music playback with toggleable bigger size
git clone https://github.com/mertzlumio/mini.git
cd mini
python setup_and_run.pyThis script automatically:
- Creates a virtual environment
- Installs all dependencies
- Creates .env file to be configured
- Asks for Mistral API key, so get it from the Mistral Console
- Launches Mini-Player
Get your API key: Mistral AI Console
- Shell: to excute shell commnads
- Notes: to add notes quickly
- Music-player: to play music with any playlist
- Chat: to use LLM integrated assistant with agentic tooling
- Web Search: to pull infromation from web on the go
- Visual Assistant: to chat with screen context (still immature)
- Bash Executor: to execute system commnads (not well integrated yet)
- Memory: to store and process chats intelligently (good yet still need improvements)
- Seamless API plugin from various sources
- Muliti-model routing for chat
- Self behaviour of the assistant

