Windows
x64 Used dailyThe build that gets used day to day.
The build that gets used day to day.
Compiles and passes the full suite in CI, but no human has launched this build yet. Working, unproven.
Same caveat as macOS — CI-clean, not yet human-launched.
Every artifact is unsigned. That is not a sign something is wrong with the download — it is a sign nobody has paid for a code-signing certificate yet.
SmartScreen shows a blue warning box. Choose More info, then Run anyway.
Unsigned and un-notarized, so macOS often claims the app is “damaged”. It is not. Drag Litria to Applications, then strip the download-quarantine flag:
xattr -dr com.apple.quarantine /Applications/litria.app That strips the download-quarantine flag. It does not disable Gatekeeper.
The AppImage needs its executable bit set before it will run:
chmod +x litria_1.0.1_amd64.AppImage Code-signing certificates cost money a sole developer is not spending yet. The source is public and the build is reproducible — if you would rather not click through a warning, build it yourself.
Node.js, Pyright, and the TypeScript language server are bundled inside the installer, so Python and JS/TS intelligence works on first launch with nothing installed. If you already have your own global versions, Litria uses those instead.