Incognito Coder offers a range of features designed to assist users during coding interviews. A key characteristic of the tool is its stealth; it remains undetectable during screen sharing sessions on platforms like Zoom and is reportedly not flagged by browser-based coding assessment tools such as HackerRank and CodeSignal.
- Wails v2
- Golang v1.24
- React v18
.
├── bin/
│ └── install.sh # Install Go tools
├── cmd/
│ └── app/
│ └── main.go # Main entry point for the app
├── embed.go # Embedding files for the app
├── go.mod
├── go.sum
├── internal/
│ ├── app/ # Wails app
│ ├── config/ # General configuration (env loading)
│ ├── domain/
│ │ ├── entity/ # Entities
│ │ └── usecase/ # Use-cases
│ ├── pkg/ # Utilities
│ └── provider/ # External integrations (OpenAI, etc.)
└── tmp/
└── .gitkeep # Placeholder for empty directory
- Print screen: Ctrl + Alt + P
- Toggle window visibility: Ctrl + Alt + V
- Generate solution (Send the screenshots to OpenAI): Ctrl + Alt + Enter
- Reset (delete screenshots): Ctrl + Alt + R
- Move to the left: Ctrl + Alt + Arrow Left
- Move to the right: Ctrl + Alt + Arrow Right
- Move to the top: Ctrl + Alt + Arrow Up
- Move to the bottom: Ctrl + Alt + Arrow Down
- Window must be translucent
- Size: 1024x768
- The window must not be visible by screen recordings by using OS-specific flags to disable screen capture (e.g.,
SetWindowSubclass
on Windows,NSWindowCollectionBehaviorCanJoinAllSpaces
on macOS).
- Use OpenAI API o4-mini to generate the solution
- The solution must have a "My thoughts", "Code Solution" and "Complexity" section (providing the time and space complexity of the solution and explaining why)
- This must work on Windows, Linux and MacOS