A powerful, completely invisible AI tool for solving Coding questions during technical interviews. The tool runs 100% undetectably in the background - no screen recording or monitoring software can identify its presence.
Open-source Alternative to Interview Coder
demo.1.mp4
- 🔒 100% Undetectable - Completely invisible to all screen recording and monitoring software
- 🤖 Real-time AI assistance for solving Coding problems
- 🌐 Support for multiple programming languages
- 🎯 Precise, contextual coding suggestions
- ⚙️ Easy configuration setup
-
Clone the repository:
git clone https://github.com/yourusername/crackcode.git cd crackcode -
Install dependencies:
npm install
-
Configure environment variables:(Or set these in the Settings ⌘/Ctrl + P )
- Copy
.env.exampleto.env - Add your OpenAI API key
- Set your preferred programming language
- Copy
-
Start the Application:
npm start
- Node.js (v14 or higher) - only for local setup
- npm (Node Package Manager) - only for local setup
- OpenAI API key
Create a .env file in the root directory with the following settings: ( or Just press ⌘/Ctrl + P and set it up in Settings/Config page)
OPENAI_API_KEY="your-api-key-here"
APP_LANGUAGE="Java" # Or Python, JavaScript, C++, etc.Start the application:
npm start # For local setup- Screenshot: ⌘/Ctrl + H
- Solution: ⌘/Ctrl + ↵/Enter
- Reset: ⌘/Ctrl + R
- Show/Hide: ⌘/Ctrl + B
- Settings/Config (Configure your preferred coding language and OpenAI API key): ⌘/Ctrl + P
- Quit: ⌘/Ctrl + Q
- Move Around: ⌘/Ctrl + Arrow Keys
We welcome contributions! Please feel free to submit a Pull Request.
If you find this tool helpful, please consider giving it a star ⭐️