Skip to content

v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 May 22:08
· 1 commit to main since this release

AgeniusNote v0.2.0 — voice-first scratchpad. Local STT, optional AI parsing, quick todos, custom wake words. Windows, macOS, Linux.

See CHANGELOG.md for the full delta.

Install

Windows: download AgeniusNote-0.2.0-windows.zip, unzip, run agenius-note.exe. SmartScreen will warn (we aren't code-signed yet), click "More info" then "Run anyway".

macOS: download AgeniusNote-0.2.0-macos.zip, unzip, drag agenius-note.app to Applications. First launch right-click then Open then confirm (Gatekeeper, we aren't notarized yet).

Linux: download AgeniusNote-0.2.0-linux.tar.gz, extract, run ./agenius-note/agenius-note. Needs PulseAudio or PipeWire.

From source

git clone https://github.com/Agenius-AI-Labs/agenius-note.git
cd agenius-note
pip install -e ".[all]"
agenius-note

Or via PyPI:

pip install agenius-note

Requires Python 3.10+.

First-run

A setup wizard pulls the Whisper model (~75 MB) and the openWakeWord models so your first mic click is instant. Default wake word is hey_jarvis; train your own in openWakeWord's Colab notebook.

Security

Audit v2 at docs/security-audit-v2.md. pip-audit --strict on the lockfile: no known vulnerabilities.

Report security issues privately via GitHub Security Advisories.