Resource

Lecture Note Taker

Stop choosing between listening and writing. Cloak transcribes the lecture as it happens and turns it into clean notes you can actually study from.

Listen now, study later

The problem with note-taking in a lecture is that the act of writing pulls your attention off the explanation. A lecture note taker flips that: it captures everything, so you can follow the argument and review the structured version afterward.

How Cloak handles a lecture

Cloak captures audio — from your laptop playing a recorded lecture, a video call, or a room mic — and runs live speech-to-text into a rolling transcript. When the session ends, it produces structured notes: the main topics, key points, definitions, and open questions worth following up.

Ask while you learn

Because Cloak is a copilot, you can ask it to clarify a concept the lecturer raced through, or to summarize the last ten minutes if you zoned out — answers appear in an overlay, grounded in the transcript so far.

Yours, on your machine

Transcripts and notes stay local. Only the prompts you send reach your chosen AI provider (your own key, or a managed plan). Your study material isn't uploaded to anyone's cloud by default.

Related

For exams specifically, read AI for coding exams and its rules of the road. For general capture, see the AI note taker.

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?