It hides. You shine.
Transcribe both sides of the conversation and get answer hints informed by your resume and target role.
Recognize any type of question on your screen and get answers in one click, with support for processing questions in parallel.
Prepare talking points with free Invisible Notes, then review saved interviews online. Available on macOS and Windows.
Mac requires Apple Silicon; the built-in stealth self-check requires macOS 14+. Verify sharing behavior in your meeting app.
Interview, capture, and note overlays use system capture protection. Results depend on your OS and sharing software; check your actual meeting setup first.
Check the shared view with StealthBench and your meeting software. Use the hide shortcut to hide app windows, then press it again to restore windows.
You see
Interviewer
● REC · 09:41
Q: Tell me about your most challenging project
At my last company, I led the migration from monolith to microservices, cutting deployment time by 70%...
Interviewer sees
Interviewer
● REC · 09:41
Stealth mode keeps the overlay out of WebRTC-based screen sharing. For dual-camera interviews, lower background and text opacity to make the overlay harder to read on a phone filming from the side. Check the result with your actual camera position and lighting beforehand.
View supported platforms & setup →Our stealth capability has its own benchmark, StealthBench. It simulates the interviewer's perspective: start a screen-share simulation to preview in real time exactly what the interviewer would see, and it live-logs hotkeys, IME, paste, focus loss and more to show which actions would be flagged. Self-test from the interviewer's view before the real interview.
Prepare your material, follow the conversation, analyze screenshots, and review saved interviews in one assistant.
Native system audio on macOS and Windows, with no virtual audio driver. Separate interviewer and microphone channels support Chinese and English transcription.
Answer style adapts to knowledge questions, experience follow-ups, and career motivation. Context stays within the current interview; each start creates a fresh session.
Quick Capture costs 4 credits for text and code questions. Deep Capture costs 8 credits and understands diagrams, charts, and spatial relationships. Available on every plan; no credits are charged while Monthly Sprint is active.
Pro and Monthly Sprint can import document, scanned, or image resumes, or paste text. Add an optional target role; the assistant adapts without a technical/HR mode switch.
Set interface and interview languages independently in Chinese or English. Code answers support Python, Java, C++, JavaScript, Go, TypeScript, and Rust.
Adjust font size, text and background colors, opacity, and content highlights. Keep a fixed window size and scroll long answers with dedicated shortcuts.
Open history from Interview Management to review conversations and screen records, including standalone captures and model outputs received before a request failed. Saving is on by default; you can turn it off or delete records.
Prepare introductions and project notes with rich text, multiple notes, and paged reading. No login or credits required; content stays on this device.
Capture tasks have separate progress and results, with pages kept in creation order. Shift + arrows navigate captures; a separate shortcut scrolls the interview window.
The overlay floats quietly above your interview and assessment windows. You answer with confidence; it supports in silence.
Interviewer
You
Interviewer: How would you design a rate limiter?
I would use the token bucket algorithm: tokens refill at a fixed rate, each request consumes one, and bursts are supported...
Q1 · ALGORITHM
Given an array nums and a target, return the indices of two numbers that sum to target...
Q2 · MULTIPLE CHOICE
Which data structure is best for an LRU cache?
☐ A. Array
☑ B. LinkedHashMap
☐ C. Stack
☐ D. Queue
answer-editor.py
def twoSum(nums, target):
seen = {}
for i, n in enumerate(nums):
if target - n in seen:
return [seen[target - n], i]
seen[n] = i
return []
➜ Output: nums=[2,7,11,15], target=9 → [0, 1]
Q2 · MULTIPLE CHOICE
Answer: B. LinkedHashMap
Explanation: HashMap gives O(1) access; a linked list keeps order for LRU eviction.
[1] Algorithm → two-sum · returns [0, 1] · O(n)
[2] Multiple choice → Answer B. LinkedHashMap
[3] Follow-up → answered in seconds
Interviews, assessments, OAs — with it by your side, you just answer with confidence.
Lite, Pro, and Monthly Sprint are one-time purchases valid for 30 days from payment, with no auto-renewal. Choose a top-up when you only need more credits.
For a single interview
About 1 interview + 1 written test
The go-to for serious candidates
About 4 interviews + 4 written tests
For a focused month of job hunting
Unlimited credits for 30 days
Add credits to your existing balance
About 1 interview + 1 written test
100 signup credits; no automatic refill
Signup credits have long-term validity
Invisible Notes are free; no credits needed
Purchase in My Account. Available methods appear at checkout: WeChat Pay and Alipay use CNY; PayPal uses USD. Buying a plan preserves your existing credit balance. Monthly Sprint displays “Unlimited credits”.
Credit plans: interviews cost 1 credit/min, Quick Capture 4 credits/use, and Deep Capture 8. Quick Capture with a Deep fallback totals 8 credits. Session estimates vary with interview length, captures, and review usage. Monthly Sprint uses no credits; daily review and concurrency limits still apply.
Overlays use system capture protection, but visibility can vary across OS versions and capture methods. Check the shared feed in your meeting software and use StealthBench. Hide windows with the hide shortcut when needed.
No. Both macOS and Windows capture system audio natively and use the microphone for your speech. Grant the permissions requested by the client on first use.
No. It provides hints and suggested answers; you decide how to present them. Think of it as your answering assistant, not a stand-in.
Cloud history is on by default and saves questions, AI hints, your answers, capture results, and original model responses from each stage, including outputs received before a request failed. Standalone captures can also be saved without starting an interview. Authorized administrators can view saved records for support. Turn saving off in My Account → Interview Management to immediately stop further content saves; operational and billing metadata may remain. Re-enabling applies to the next new interview and newly started standalone captures outside an interview. Signing out or exiting does not delete cloud records. Delete an interview, an individual screen record, or all records on the history page. Live AI features still need a network connection.
Supports Apple Silicon Macs running macOS 13 or later, plus Windows 10 and 11. Windows capture protection requires Windows 10 version 2004 or later. The built-in stealth self-check requires macOS 14+. Its result only covers that capture and does not guarantee invisibility in every sharing mode. Download the latest installer for your platform.
Both capture modes handle coding, multiple-choice, fill-in, and true/false questions. Choose Deep Capture for diagrams, charts, or spatial relationships. Use only for practice or where the organizer explicitly permits AI assistance. Statutory national examinations are not supported; see below.
Shift + arrows navigate captures; Ctrl + Option (Alt on Windows) + up/down scrolls the interview independently. Arrows do not reveal hidden windows. Option + M / Ctrl + Alt + M toggles only the interview overlay. The interaction toggle enables mouse input; Partial Interaction separately controls body click-through. To copy code, enable interaction and disable Partial Interaction. Note bodies always remain click-through. Hiding windows does not end interviews or cancel captures.
During the public beta, new accounts receive 100 credits with long-term validity. They do not replenish monthly. Buy a plan or top-up in the client when needed; Invisible Notes requires neither credits nor login.
No. Use in statutory national examinations and their interview stages is unsupported and prohibited, including Chinese college and postgraduate entrance examinations, civil-service recruitment examinations and applicable professional qualification examinations. Do not use the service to cheat, impersonate candidates or evade examination rules. Other recruitment tests and online assessments also require the organizer’s permission and compliance with its rules on AI and external assistance.
On credit plans, Quick Capture costs 4 credits and Deep Capture 8. If Quick Capture needs a Deep analysis of the original image, it adds 4 credits for a total of 8. If no question is found, the question is incomplete, or processing fails, the actual charge is refunded. Captures and fallbacks use no credits while Monthly Sprint is active.
Invisible Notes are free local material: they are not automatically uploaded, added to AI context, or synced across devices. Resumes are uploaded for personalized answers on Pro and Monthly Sprint. Cloud history saves interview records and has its own saving and deletion controls.
Select a pack or top-up in My Account, then an available method. WeChat charges CNY and PayPal charges USD. Complete checkout in the browser, then refresh your balance in the client. Follow the checkout instructions to retry cancelled or declined payments. If charged without receiving credits, contact support@invisicopilot.com with your order ID.
Evaluate InvisiCopilot by operating system, Chinese and English transcription, resume context, data controls, and credit usage before you download.
Read guide →Check meeting playback and microphone transcription separately in InvisiCopilot, without virtual audio drivers. Includes permissions and troubleshooting steps.
Read guide →Check a selected sharing view and browser events with StealthBench, repeat the check in your actual meeting app, and understand what the results do not establish.
Read guide →