Releases: Nweremizu/quiro
Release list
v1.3.0
Full Changelog: v1.2.2...v1.3.0
v1.2.2 — Linux AppImage
Highlights
- 🐧 Linux support: Quiro now ships an official Linux x86-64 AppImage (
Quiro-linux-x64.AppImage) alongside the Windows and macOS builds. (#13)
Installing on Linux
chmod +x Quiro-linux-x64.AppImage
./Quiro-linux-x64.AppImageOn some distributions you may need FUSE 2 (sudo apt install libfuse2 on Ubuntu/Pop!_OS), or launch with --appimage-extract-and-run.
Known limitations (Linux)
This first Linux build ships without the platform-native capture/captions helpers that Windows and macOS use. Editing and export work; native screen capture and auto-captions fall back to the desktop portal / WebCodecs / FFmpeg paths and aren't fully wired up on Linux yet. Feedback on how recording behaves is very welcome.
Downloads
| Platform | File |
|---|---|
| Windows x64 | Quiro-windows-x64.exe |
| macOS (Intel) | Quiro-x64.dmg |
| macOS (Apple Silicon) | Quiro-arm64.dmg |
| Linux x64 | Quiro-linux-x64.AppImage |
Each platform's assets are checksummed in the corresponding SHA256SUMS-*.txt.
Full Changelog: v1.2.1...v1.2.2
v1.2.2-rc.2 (prerelease — Linux AppImage CI test)
Second prerelease validating the Linux x64 AppImage build job (adds libxrandr-dev for the uiohook-napi rebuild). Prerelease only; stable clients will not auto-update. Linux build ships without native capture/captions helpers.
v1.2.1
What's Changed
- docs(claude): record HUD topmost guard + CI/release gotchas by @Nweremizu in #12
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Fix React Server Components CVE vulnerabilities by @vercel[bot] in #3
- docs: AI-native vision, spec, sprint plan & edge cases by @Nweremizu in #4
- feat(ai): shared AI contract (Sprint 0, S0-1) + team comms log by @Nweremizu in #5
- feat(ai): ai:complete IPC stub end-to-end (Sprint 0, S0-2) by @Nweremizu in #6
- feat(ai): Sprint 1 — real model calls, Recording Brain, agent loop, tool dispatcher by @Nweremizu in #7
- feat(ai): Sprint 2-3 — streaming, first draft, full tool set, undo (cavemen) by @Nweremizu in #8
- Feature/cavemen by @Nweremizu in #9
- Feature/cavemen by @Nweremizu in #10
- feat(hud): reliable launch-overlay always-on-top + preview-ticker perf (v1.2.0) by @Nweremizu in #11
New Contributors
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Turborepo migration + side-by-side webcam layout & faster source picker by @Nweremizu in #2
New Contributors
- @Nweremizu made their first contribution in #2
Full Changelog: v1.0.5...v1.1.0