always on top stealth ai chatbot
- Always On Top - Stays visible above all other windows
- Global Hotkeys - Control from anywhere with Ctrl+M and Ctrl+N
- No Taskbar Icon - Clean, distraction-free experience
- Dark Theme - Easy on the eyes with a modern dark interface
- Multiple AI Providers - Support for Groq and OpenRouter
- Lightning Fast - Powered by Groq's ultra-fast inference
- Privacy First - API keys stored locally, no data collection
- Clean Chat UI - Beautiful, animated chat interface
- Node.js (v16 or higher)
- npm or yarn
-
Clone or download this repository
git clone https://github.com/EamonnPatt/Lockdown-Workaround.git cd electron-ai-chat -
Install dependencies
npm install
-
Get a free API key
- Groq (Recommended): Visit console.groq.com
- OpenRouter: Visit openrouter.ai
- Sign up for free (no credit card required)
- Create an API key
-
Run the app
npm start
-
Enter your API key in the app and start chatting!
| Shortcut | Action |
|---|---|
Ctrl+M or Cmd+M |
Minimize the window |
Ctrl+N or Cmd+N |
Restore/Show the window |
Enter |
Send message |
Shift+Enter |
New line in message |
Create installer and portable executable:
npm run build:winOutput location: dist/
AI Chat Assistant Setup 1.0.0.exe- InstallerAI Chat Assistant 1.0.0.exe- Portable version
npm run build:macnpm run build:linuxnpm run buildEdit main.js:
width: 900, // Change width
height: 700, // Change heightEdit main.js to use different models:
// For Groq
model: 'llama-3.3-70b-versatile' // or 'mixtral-8x7b-32768'
// For OpenRouter
model: 'google/gemini-2.0-flash-exp:free'Edit styles.css to customize colors:
background: #1e1e1e; /* Main background */
color: #e0e0e0; /* Text color */- Speed: Ultra-fast responses
- Limits: 14,400 requests/day
- Models: Llama 3.3 70B, Mixtral, Gemma
- Sign up: console.groq.com
- Variety: Access to multiple models
- Limits: Varies by model
- Models: Gemini, Llama, Claude (free tier)
- Sign up: openrouter.ai
- API keys are stored locally in your browser's localStorage
- No data is sent to any servers except the AI provider you choose
- No analytics or tracking
- Open source - review the code yourself
- Check that your API key is correct
- Verify you have free credits remaining
- Try switching between Groq and OpenRouter
- Restart the application
- Check your OS permissions for window management
- Press
Ctrl+N(orCmd+Non Mac) to restore it - The window has no taskbar icon, so shortcuts are required
npm startnpm installOpen DevTools with Ctrl+Shift+I or Cmd+Option+I
Contributions are welcome! Feel free to:
- Report bugs
- Suggest new features
- Submit pull requests