Stealth AI for Interviews & OAs Public Beta · Free Now · 100 Credits on Signup

InvisiCopilot

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.

macOS 13+ & Windows No Virtual Audio Driver Bilingual EN/ZH Transcription Free Local Invisible Notes

Mac requires Apple Silicon; the built-in stealth self-check requires macOS 14+. Verify sharing behavior in your meeting app.

Stealth

Overlay hints, with a check before sharing

Interview, capture, and note overlays use system capture protection. Results depend on your OS and sharing software; check your actual meeting setup first.

Capture Protection & One-Key Hide

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.

No virtual audio driver (BlackHole) required
Hide / Restore Windows

You see

technical-interview
I

Interviewer

● REC · 09:41

LIVE

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

technical-interview
I

Interviewer

● REC · 09:41

WebRTC sharing protection & dual-camera privacy

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 →

StealthBench: self-test from the interviewer's view

Share Preview · Local Checks

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.

Features

The AI copilot built for interviews & OAs

Prepare your material, follow the conversation, analyze screenshots, and review saved interviews in one assistant.

Real-Time Voice Recognition

Native system audio on macOS and Windows, with no virtual audio driver. Separate interviewer and microphone channels support Chinese and English transcription.

AI Smart Answers

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 & Deep Capture

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.

Resume & Target Role

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.

Chinese, English & Code Languages

Set interface and interview languages independently in Chinese or English. Code answers support Python, Java, C++, JavaScript, Go, TypeScript, and Rust.

Invisible Overlay

Adjust font size, text and background colors, opacity, and content highlights. Keep a fixed window size and scroll long answers with dedicated shortcuts.

Cloud Interview History

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.

Invisible Notes · Free & Local

Prepare introductions and project notes with rich text, multiple notes, and paged reading. No login or credits required; content stays on this device.

Three Capture Tasks, Independent Controls

Capture tasks have separate progress and results, with pages kept in creation order. Shift + arrows navigate captures; a separate shortcut scrolls the interview window.

Live Demo

Two worlds, one you

The overlay floats quietly above your interview and assessment windows. You answer with confidence; it supports in silence.

meeting · technical-interview
I

Interviewer

REC
C

You

LIVE · Transcribing...

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...

Key points · Explanation · Complexity
online-assessment · coding-test

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.

LIVE · Assessment mode active

[1] Algorithm → two-sum · returns [0, 1] · O(n)

[2] Multiple choice → Answer B. LinkedHashMap

[3] Follow-up → answered in seconds

Platforms

Works across major meeting, coding, and assessment platforms

Zoom Google Meet Microsoft Teams Feishu/Lark Tencent Meeting HackerRank CoderPad Codility CodeSignal LeetCode Nowcoder

Interviews, assessments, OAs — with it by your side, you just answer with confidence.

Pricing

Transparent pricing, buy what you need

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.

Lite

For a single interview

$5.99/ 30 days

About 1 interview + 1 written test

  • 100 credits
  • Interview answers & screen analysis
  • Standard real-time transcription (ASR)

Pro

Most Popular

The go-to for serious candidates

$16.99/ 30 days

About 4 interviews + 4 written tests

  • 400 credits
  • Everything in Lite
  • Multi-turn memory
  • Resume upload & personalized answers

Monthly Sprint

For a focused month of job hunting

$59/ 30 days

Unlimited credits for 30 days

  • Interviews, captures & reviews included
  • Everything in Pro, including resume context
  • Switch between available models

100-credit top-up

Add credits to your existing balance

$5.99/ purchase

About 1 interview + 1 written test

  • 100 credits
  • Keeps your tier and expiry date unchanged

Try it with free credits during public beta

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.

FAQ

Questions? Answered.

Can the interviewer or a proctoring system see the overlay during screen share or recording?

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.

Do I need to install a virtual audio driver (BlackHole)?

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.

Does it answer the questions for me?

No. It provides hints and suggested answers; you decide how to present them. Think of it as your answering assistant, not a stand-in.

Where is interview history saved, and can I turn it off?

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.

Which operating systems are supported?

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.

Can it help with online assessments (OAs)?

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.

What should I know about shortcuts and window interaction?

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.

What do I get during the public beta?

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.

Can I use this for statutory national examinations?

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.

Am I charged when capture fails?

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.

How do Invisible Notes differ from resumes and cloud history?

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.

How do I pay, and what if credits do not arrive?

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.

Choose and set up your assistant

How to choose a bilingual AI interview assistant

Evaluate InvisiCopilot by operating system, Chinese and English transcription, resume context, data controls, and credit usage before you download.

Read guide →

Set up interview audio on macOS and Windows

Check meeting playback and microphone transcription separately in InvisiCopilot, without virtual audio drivers. Includes permissions and troubleshooting steps.

Read guide →

StealthBench screen-sharing check: method and limits

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 →
All guides →
WINDOWS · MICROSOFT EDGE

“Isn’t commonly downloaded”?

Edge may show this message when you download. If the installer came from this official website, follow these steps to keep the file.

  1. Open your browser’s Downloads list

    Click the Downloads icon at the top right of your browser, or press Ctrl + J, and find the InvisiCopilot installer.

  2. Choose “Keep” to continue downloading

    Click “…” next to the file, or the arrow next to “Delete”, and choose “Keep”. If another confirmation appears, follow these steps:

    Show more (if shown) → Keep anyway

  3. If Windows shows a protection prompt

    If you see “Windows protected your PC” when opening the installer, continue with:

    More info → Run anyway

These steps apply only to the InvisiCopilot installer from this official website.