Releases: djt97/Gloss
Release list
Gloss v1.0.2
Gloss v1.0.2
A small refinement to the export flow.
What's Changed
- Simpler export response styles. The four presets (Answer / Revise /
Fact-check / Custom) are now just Default and Custom. Default prepends
"Please address each item below using its ID."; choose Custom to write your
own framing instruction. This keeps the packet lean — add more context to the
LLM yourself when you need it.
Includes the v1.0.1 fix (typing a note no longer breaks on the letter "n").
Install
macOS
Download Gloss-1.0.2.dmg, open it, and drag Gloss.app to Applications.
This macOS build is unsigned and Apple-silicon only. On first launch, use
right-click -> Open or System Settings -> Privacy & Security -> Open Anyway.
After the first approved launch, normal double-click launching should work.
Android
Install the tester APK with:
adb install -r Gloss-android-debug.apkThe Android APK is debug-signed and intended only for private tester installs.
Checksums
See SHA256SUMS.txt in the release assets.
Known Limitations
- macOS build is unsigned and Apple silicon only.
- Android build is a debug APK, not a Play Store or release-signed build.
- PDF import uploads PDFs to Mathpix only when the user actively imports a PDF.
- Mathpix API credentials saved inside Gloss are stored in plain text. Using the
mpxCLI keeps credentials outside Gloss.
Gloss v1.0.1
Gloss v1.0.1
A small patch release that fixes note capture in the desktop reader.
What's Fixed
- Typing a note no longer breaks on the letter "n". Previously, a bare
n
keypress while text was selected was treated as an "open a blank note"
shortcut, so typing a word like "can" discarded what you'd typed and opened an
empty note. That shortcut has been removed — every keystroke,nincluded, is
now captured straight into the note. PressEnterto open a blank note.
Install
macOS
Download Gloss-1.0.1.dmg, open it, and drag Gloss.app to Applications.
This macOS build is unsigned and Apple-silicon only. On first launch, use
right-click -> Open or System Settings -> Privacy & Security -> Open Anyway.
After the first approved launch, normal double-click launching should work.
Android
Install the tester APK with:
adb install -r Gloss-android-debug.apkThe Android APK is debug-signed and intended only for private tester installs.
Checksums
See SHA256SUMS.txt in the release assets.
Known Limitations
- macOS build is unsigned and Apple silicon only.
- Android build is a debug APK, not a Play Store or release-signed build.
- PDF import uploads PDFs to Mathpix only when the user actively imports a PDF.
- Mathpix API credentials saved inside Gloss are stored in plain text. Using the
mpxCLI keeps credentials outside Gloss.
Gloss v1.0.0
Gloss v1.0.0
Gloss v1 is the first public release: a local-first app for reading, annotating,
and exporting research documents into a structured packet for an LLM.
What's Included
- Apple-silicon macOS desktop app packaged as
Gloss-1.0.0.dmg. - Android markdown-only companion APK packaged as
Gloss-android-debug.apk. - Markdown, LaTeX, and PDF import on desktop, with PDF conversion via Mathpix.
- Reader annotations modeled as notes on desktop and Android, including selected text capture and export.
- Export flow for turning annotations into structured study/review material.
- Reader polish: improved inline/display math rendering, annotation highlights,
outline/annotation navigation, and configurable reader appearance. - Refreshed app icon and DMG packaging.
Install
macOS
Download Gloss-1.0.0.dmg, open it, and drag Gloss.app to Applications.
This macOS build is unsigned. On first launch, use right-click -> Open or
System Settings -> Privacy & Security -> Open Anyway. After the first approved
launch, normal double-click launching should work.
Android
Install the tester APK with:
adb install -r Gloss-android-debug.apkThe Android APK is debug-signed and intended only for private tester installs.
Checksums
See SHA256SUMS.txt in the release assets.
Known Limitations
- macOS build is unsigned and Apple silicon only.
- Android build is a debug APK, not a Play Store or release-signed build.
- PDF import uploads PDFs to Mathpix only when the user actively imports a PDF.
- Mathpix API credentials saved inside Gloss are stored in plain text. Using the
mpxCLI keeps credentials outside Gloss.
Gloss test build v1.0.0-test.2
Test build with the latest desktop reader annotation fixes.\n\nDesktop changes:\n- Restores the N shortcut for opening a blank note after selecting text.\n- Adds a hidden input capture so typed or dictated text after selection is routed into the note workflow, including inline-math paragraphs.\n- Suppresses echoed shortcut characters so pressing N no longer prepopulates notes with n/nn.\n\nValidation:\n- ./gradlew :desktop:test :desktop:packageMacApp\n- ./gradlew :app:assembleDebug\n\nFirst launch note: the macOS build is unsigned, so right-click Gloss.app and choose Open the first time.
Gloss test build v1.0.0-test.1
Private tester build for the current annotation workflow polish.\n\nAssets:\n- Gloss-macOS-arm64.zip: unzip and open Gloss.app, or drag it to /Applications.\n- Gloss-android-debug.apk: install with adb install -r Gloss-android-debug.apk.\n\nValidation run before publishing:\n- ./gradlew :core:test :desktop:test :app:testDebugUnitTest :app:assembleDebug :desktop:packageMacApp