| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Askimo-Desktop-linux-arm64.deb | 2026-07-21 | 227.3 MB | |
| askimo-desktop-linux-arm64.jar | 2026-07-21 | 198.2 MB | |
| Askimo-Desktop-linux-x64.deb | 2026-07-21 | 228.2 MB | |
| askimo-desktop-linux-x64.jar | 2026-07-21 | 198.6 MB | |
| Askimo-Desktop-macos-arm64.dmg | 2026-07-21 | 265.1 MB | |
| askimo-desktop-macos-arm64.jar | 2026-07-21 | 204.6 MB | |
| Askimo-Desktop-macos-x64.dmg | 2026-07-21 | 266.8 MB | |
| askimo-desktop-macos-x64.jar | 2026-07-21 | 204.6 MB | |
| askimo-desktop-windows-x64.jar | 2026-07-21 | 196.8 MB | |
| Askimo-Desktop-windows-x64.msi | 2026-07-21 | 250.9 MB | |
| SHA256SUMS.txt | 2026-07-21 | 962 Bytes | |
| README.md | 2026-07-21 | 3.5 kB | |
| v1.4.12 source code.tar.gz | 2026-07-21 | 44.8 MB | |
| v1.4.12 source code.zip | 2026-07-21 | 45.3 MB | |
| Totals: 14 Items | 2.3 GB | 12 | |
Summary
UI architecture has been refined with comprehensive scaling and layout density options, supporting Linux and Windows environments. Support multiple instances for each provider. Upgrade the java runtime to 25
What's Changed
- Core System & Runtime
- Runtime feature flag support has been enabled within the core system, allowing conditional code execution based on configuration (#494).
- Provider management now supports instance-aware configuration, improving resource isolation and control (#512).
- Build and Deployment issues related to resource access within the Uber Jar classpath have been resolved (#508), and the core build process was stabilized (#505).
- The supported Java environment was upgraded to version 25, accompanied by library dependencies updates (#513).
- Error messages for local embedding models were improved to provide clearer feedback when models are unavailable (#503).
- User Interface (UI) & Presentation
- The UI framework received scaffolding for new project dialogs and components, standardizing interface structures (#500).
- Custom font scaling and layout density options were implemented in font settings, allowing users to configure display characteristics (#510).
- UI support for scale ratios was extended across Linux and Windows environments, allowing configuration for HiDPI monitors (#511, #517).
- The MCP dialogs component was updated to enhance layout and integrate specific error handling routines (#521).
- Minor text adjustments and localization refinements were applied across the UI to support scaling options (#518).
- Replace the JFileChooser by the System dialog (#624).
- Functionality & Data Handling
- Plan Execution now tracks token consumption for individual plan steps, providing granular resource usage data (#495).
- Telemetry data now includes functionality for CSV export, enabling external data analysis (#496).
- Model management received updates to increase filtering precision and standardize the presentation layer in the UI (#514).
- Error handling was improved for the model retrieval process, addressing cases where models cannot be fetched successfully (#522).
New Contributors
- @frank-1802 made their first contribution in https://github.com/askimo-ai/askimo/pull/496
- @Robert-RR875 made their first contribution in https://github.com/askimo-ai/askimo/pull/500
- @ZiTQ made their first contribution in https://github.com/askimo-ai/askimo/pull/514
Full Changelog: https://github.com/askimo-ai/askimo/compare/v1.4.11...v1.4.12