Getting Started with Hidini
What is Hidini?
Hidini is a macOS overlay application that gives you real-time AI assistance during technical interviews. The overlay floats on top of your screen but is completely invisible to screen sharing. Zoom, Google Meet, and Microsoft Teams cannot see it.
You get real-time transcription of the conversation, AI-powered hints on demand, and the ability to screenshot coding problems for instant analysis. All from a floating window that only you can see.
System Requirements
- macOS 14 Sonoma or later
- Apple Silicon or Intel Mac
- Microphone access (for transcription)
- Screen recording permission (for screenshots)
Installation
- Download Hidini from our website
- Drag the app to your Applications folder
- Launch the app. A small Hidini “H” icon appears in your menu bar
- Grant microphone and screen recording permissions when prompted
That’s it. No subscription, no sign-up, and no license key for the free tier.
Choosing an AI Provider
Hidini ships with AI already configured, so you can run your first session without setting anything up. The free tier includes 50 AI credits, and credits are deducted per request, with cheaper models costing fewer credits than the frontier ones.
When you want to stop using credits, you have two options.
Bring your own API key
Connect the provider you already pay for and Hidini calls it directly. No credits are consumed.
- Open Hidini settings (click the menu bar icon)
- Go to the AI Provider tab
- Select your provider: Claude (Anthropic), GPT (OpenAI), or Gemini (Google)
- Enter your API key. It is stored in your macOS Keychain
- Choose your preferred model
Run a model locally for free
Local models cost nothing and never send your conversation off your machine.
- Install Ollama and run
ollama pull llama3.1in your terminal - In Hidini settings, select Local AI as your provider
- Leave the endpoint at
http://localhost:11434/v1, or point it at LM Studio, Jan, or any other OpenAI-compatible server - Type the model name you pulled
Choosing a Transcription Engine
Hidini captures both your microphone audio and the interviewer’s audio from the video call. You need a transcription engine to convert that audio to text.
| Engine | Cost | Accuracy | Latency |
|---|---|---|---|
| Apple Speech | Free | Basic | Low |
| Groq Whisper | $0.02/hr | High | ~80ms |
| OpenAI Realtime | $0.003/min | Very High | Low |
| Deepgram Nova-3 | $0.46/hr | Very High | Real-time |
For your first session, Apple Speech works fine. Upgrade to Groq or Deepgram when you want better accuracy.
Your First Interview Session
- Launch Hidini and the overlay appears on screen
- Join your video call on Zoom, Meet, or Teams
- Press Cmd+Shift+L to start transcribing
- Watch the transcript build in real time as the interviewer speaks
- Press Cmd+Shift+Enter to get an AI hint based on the conversation
- Press Cmd+Shift+A to draw a box around a coding problem and send it for AI analysis
The overlay is invisible to the interviewer the entire time. They see your desktop, your code editor, your browser, but never Hidini.
Next Steps
- Read Mastering Keyboard Shortcuts to learn every hotkey
- Check out Choosing the Right AI Provider for a detailed comparison
- Try Running AI Locally with Ollama for a completely free setup