🤖 Speak to your computer naturally - just like conversing with the Star Trek computer! MIS maintains context between commands, giving you the confidence to navigate your system with ease. MIS is your missing man page! 🚀
Note: Some models are good for mis, llama4 works well. Mistral codestral is good, Google Gemini Flash works.
🌎 Prepare for a paradigm shift in command-line interaction!
Version 0.2.0m proudly unveils YOLO Mode, a groundbreaking advancement that catapults MIS into the realm of truly autonomous system management. This isn't just automation; it's empowerment.
With YOLO Mode activated, MIS gains the unprecedented ability to execute commands decisively and intelligently—without requiring manual confirmation. This transformative feature is meticulously engineered to support:
- Complex Scripting: Enabling fully autonomous system operations.
- Real-Time Event Response: Allowing for instantaneous responses to dynamic, real-time events.
- Unparalleled Efficiency: Unlocking sophisticated automated workflows, vigilant system monitoring, and lightning-fast reactions to critical system conditions.
YOLO Mode is here to redefine what's possible.
curl -L https://raw.githubusercontent.com/RamboRogers/mis/refs/heads/main/install.sh | shiwr -useb https://raw.githubusercontent.com/RamboRogers/mis/refs/heads/main/install_mis.ps1 | iexbrew tap RamboRogers/mis
brew install misMIS supports many API endpoints. If you just want to be quick and you have a Google account goto https://aistudio.google.com/ and click "Get API Key" and use that API key with the Google Provider in MIS.
Mistral also gives free API access. https://console.mistral.ai/
Basic execution:
mis "your natural language command"
Available Flags:
| Flag | Shorthand | Description |
|---|---|---|
--configure |
-c |
Run the full configuration wizard for AI provider, API base, and API key. |
--model |
-m |
Run the configuration wizard for model selection only (API must be set). |
--yolo |
-y |
YOLO Mode: Automatically execute the first command without confirmation. |
--version |
-v |
Show version and system information. |
--help |
-h |
Show help message with usage, flags, and examples. |
Examples:
# Initial full configuration
mis -c
# Update just the model for the current provider
mis -m
# Ask a question
mis "list all running docker containers"
# Use YOLO mode to get disk usage quickly (use with caution!)
mis -y "show me disk usage"
# Get version info
mis -v- YOLO (You Only Live Once) Mode: Added
-yor--yoloflag to auto-execute the first suggested command without confirmation. Ideal for scripting or confident users. Output is tagged (<command>,<output>). - Expanded Provider Support: Added official support for Google Gemini and Anthropic API. Full list includes OpenAI, Mistral AI, Groq, Cerebras, DeepSeek, Ollama (Local), Google Gemini, and Anthropic.
- Enhanced Error Handling: Improved error display within the TUI, making long error messages scrollable.
- Refined Debugging: Streamlined debug logging for better issue diagnosis.
- General stability improvements and minor UI tweaks.
- 🤖 Multi-Provider Support: Works with OpenAI, Mistral AI, Groq, Cerebras, DeepSeek, Ollama (Local), Google Gemini, and Anthropic API.
- 🚀 YOLO Mode: Auto-execute commands with
-yfor rapid tasks. Output is cleanly tagged for parsing. - 🔍 Context-Aware: Understands your system and environment
- 🛠️ Easy Configuration: Simple setup with
-cand-mflags (see CLI Usage & Flags). - 📝 Natural Language: Skip the man pages, just describe what you want
- 🔒 Safe Execution: Reviews commands with you before running (unless in YOLO mode)
# Initial configuration
mis -c
# Change AI provider
mis -m# System analysis
mis show my listening tcp ports
# Media conversion
mis using ffmpeg convert video.mp4 to video.gif
# Kubernetes operations
mis show me pods in namespace productionThis project is licensed under the MIT License. Use at your own risk.









