A sleek DevOps dashboard + AI-powered Linux terminal that replaces your browser’s new tab.
It gives you:
- 🧠 AI explanations for Linux commands
- 📰 Live DevOps news feed
- 🎨 Built-in drawing board
- ⚡ Command of the Day
- 💻 Clean terminal-style interface
Option A — Download ZIP
- Click the green Code button on this repo
- Click Download ZIP
- Extract the folder
Option B — Clone
git clone https://github.com/YOUR_USERNAME/YOUR_REPO.gitBefore using the AI terminal:
- Open
config.js - Add your token:
HF_TOKEN: "your_huggingface_token_here"👉 Get your token from: https://huggingface.co/settings/tokens (Only "Read" access is needed)
- Open Chrome
- Go to:
chrome://extensions/
- Turn ON Developer Mode (top right)
- Click Load unpacked
- Select your project folder
Open a new tab — your dashboard is live.
-
Type any Linux command
-
Get instant AI explanation
-
Example:
ls -la -
Helps beginners understand commands deeply
-
Aggregates from multiple sources:
- DevOps blogs
- Cloud providers
- Kubernetes ecosystem
-
Updates daily automatically
- Random useful command shown daily
- Includes description + copy button
- Simple canvas to sketch ideas
- Adjustable brush size & color
- Clears automatically daily
- Limits AI usage per day (default: 5)
- Prevents overuse of API
/project
├── newtab.html # Main UI
├── style.css # UI styling
├── script.js # Core logic
├── config.js # User config (API key)
├── manifest.json # Chrome extension config
├── commands_with_desc.txt # Command database
- Your API key is not stored anywhere externally
- Everything runs locally in your browser
- Do NOT share your
config.jspublicly
Try typing:
docker ps
kubectl get pods
find / -name "*.log"
- Custom command history
- Themes (dark/light)
- Multi-model support
- Voice input
Made by ploxsumit
Give the repo a star — helps a lot.