| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Askimo-Desktop-linux-arm64.deb | 2026-03-02 | 201.0 MB | |
| askimo-desktop-linux-arm64.jar | 2026-03-02 | 178.9 MB | |
| Askimo-Desktop-linux-x64.deb | 2026-03-02 | 203.9 MB | |
| askimo-desktop-linux-x64.jar | 2026-03-02 | 181.2 MB | |
| Askimo-Desktop-macos-arm64.dmg | 2026-03-02 | 240.3 MB | |
| askimo-desktop-macos-arm64.jar | 2026-03-02 | 186.2 MB | |
| Askimo-Desktop-macos-x64.dmg | 2026-03-02 | 241.8 MB | |
| askimo-desktop-macos-x64.jar | 2026-03-02 | 186.2 MB | |
| askimo-desktop-windows-x64.jar | 2026-03-02 | 178.4 MB | |
| Askimo-Desktop-windows-x64.msi | 2026-03-02 | 225.6 MB | |
| SHA256SUMS.txt | 2026-03-02 | 962 Bytes | |
| askimo-darwin-arm64.tar.gz | 2026-03-02 | 50.1 MB | |
| askimo-linux-arm64.tar.gz | 2026-03-02 | 51.5 MB | |
| askimo-linux-x64.tar.gz | 2026-03-02 | 53.1 MB | |
| askimo-windows-x64.zip | 2026-03-02 | 51.3 MB | |
| README.md | 2026-03-02 | 971 Bytes | |
| v1.2.19 source code.tar.gz | 2026-03-02 | 9.5 MB | |
| v1.2.19 source code.zip | 2026-03-02 | 9.8 MB | |
| Totals: 18 Items | 2.2 GB | 1 | |
Summary
This release introduces two major enhancements. First, the project panel now supports adding and managing reference material directly from the UI, improving the workflow for users who need to incorporate external documents or files into their projects. Second, the core embedding logic has been refactored: embedding model construction is now handled by provider factories, accompanied by a new token‑limit API, centralized RAG utilities, and improved test isolation.
What changed
- Added reference material support in the project panel, making it easier to attach and manage supporting documents within a project (#245)
- Refactored embedding model creation to be handled by provider factories, improving modularity and maintainability (#246)
Full Changelog: https://github.com/haiphucnguyen/askimo/compare/v1.2.18...v1.2.19