Resource

AI Meeting Assistant

An assistant that earns its keep during the meeting: it listens, surfaces the right answer, and writes the notes — without joining as a bot.

What an AI meeting assistant should do

The bar is simple: reduce what you have to hold in your head during a call. That means hearing the conversation, remembering what was said, and producing the right words — or the right summary — without you breaking eye contact to type. Cloak does all three from an overlay only you can see.

During the meeting

Cloak taps system audio, keeps a live transcript of both sides, and — on demand — drafts a response grounded in your context: your role, your notes, or a dossier of the company you're talking to. Switch modes for the moment you're in: a direct answer, exact phrasing, a brainstorm, or a recap if you joined late.

After the meeting

The moment the call ends, Cloak generates structured notes: a short summary, key decisions, and action items with owners and deadlines — no post-meeting cleanup, no scrubbing a transcript.

Private by default

Cloak is local-first. The transcript and history never leave your machine; only the prompts you send reach the model provider you chose (your own key, or a managed plan). The overlay is screenshot-invisible, so it stays out of every recording and share.

Who uses it

Candidates in interviews, ICs in stakeholder reviews, managers in 1:1s, and anyone who'd rather listen than scramble to take notes. For external calls, see the sales call assistant; for pure record-keeping, the AI note taker.

FAQ

Does it join the meeting as a participant?

No. There's no bot. Cloak listens to your device audio locally and runs entirely on your side.

Will others see it on a screen share?

No — the overlay is excluded from capture at the OS level and never appears in shares or recordings.

Download started

How to install Cloak

macOS · Windows · Linux

  1. 1

    Extract the ZIP

    Open Cloak.zip from your Downloads folder. Double-clicking it will extract automatically.

  2. 2

    Move to Applications

    Drag Cloak.app into your /Applications folder.

  3. 3

    macOS security check

    macOS may warn that it can't verify the developer. This is normal for unsigned indie apps — it's not malware.

    "Cloak.app" can't be opened

    Apple cannot check it for malicious software.
    This item is on the disk image.

    Cancel
    OK

    If you see this, use the fix in Step 4 below — it removes the quarantine flag instantly.

  4. 4

    One-line fix (if blocked)

    Open Terminal (press ⌘ Space, type "Terminal"), paste this command and hit Return:

    Terminal — zsh
    $ xattr -cr /Applications/Cloak.app

    This removes the quarantine attribute macOS attaches to downloaded files. Cloak's source is open source — inspect it any time.

On Windows or Linux?

unsigned — same idea, one extra click

Windows

Run the installer (.exe). If SmartScreen shows "Windows protected your PC", click More info → Run anyway.

Linux

AppImage: make it executable, then run — chmod +x Cloak-*.AppImage.  .deb: sudo apt install ./cloak-*.deb

Grab the right file from the latest release.

Need help? Open an issue on GitHub →

All versions & platforms

macOS · Windows · Linux · v0.2.3

Same Cloak everywhere — the screenshot-invisible overlay, system-audio capture, live transcription and multi-provider AI. Pick the build for your machine. Every download auto-updates from GitHub Releases.

macOS

Apple Silicon · .dmg Recommended 207.0 MB Apple Silicon · .zip 262.4 MB Intel · .dmg 217.0 MB Intel · .zip 268.1 MB

Windows

Arm64 · NSIS installer (.exe) Recommended 199.1 MB Arm64 · Installer (.exe) 287.8 MB x64 · NSIS installer (.exe) 198.1 MB x64 · Installer (.exe) 289.7 MB

Linux

x64 · AppImage Recommended 249.1 MB x64 · .deb 210.8 MB x64 · .zip 266.9 MB

Unsigned build?