| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Askimo-Desktop-linux-arm64.deb | 2026-09-17 | 228.6 MB | |
| askimo-desktop-linux-arm64.jar | 2026-09-17 | 200.0 MB | |
| Askimo-Desktop-linux-x64.deb | 2026-09-17 | 229.5 MB | |
| askimo-desktop-linux-x64.jar | 2026-09-17 | 200.3 MB | |
| Askimo-Desktop-macos-arm64.dmg | 2026-09-17 | 266.1 MB | |
| askimo-desktop-macos-arm64.jar | 2026-09-17 | 206.3 MB | |
| Askimo-Desktop-macos-x64.dmg | 2026-09-17 | 267.8 MB | |
| askimo-desktop-macos-x64.jar | 2026-09-17 | 206.3 MB | |
| askimo-desktop-windows-x64.jar | 2026-09-17 | 198.6 MB | |
| Askimo-Desktop-windows-x64.msi | 2026-09-17 | 252.2 MB | |
| SHA256SUMS.txt | 2026-09-17 | 962 Bytes | |
| README.md | 2026-09-17 | 1.9 kB | |
| v1.5.1 source code.tar.gz | 2026-09-17 | 30.0 MB | |
| v1.5.1 source code.zip | 2026-09-17 | 30.6 MB | |
| Totals: 14 Items | 2.3 GB | 25 | |
Summary
Release 1.5.1 adds new features and refactors across the Askimo codebase. It introduces voice recording for agents, a Serply search backend, OS‑level notifications with a Linux notify-send fallback, and support for the Hugging Face AI provider. The refactor of the skill entry point file naming and the adoption of centralized spacing tokens improve consistency in the skill module and UI components.
What's Changed
- Skill module – rename the skill entry point file to uppercase
SKILL.mdto standardize file naming conventions. (#715) - UI component library – adopt centralized spacing tokens across all UI components to ensure consistent spacing usage. (#716)
- Agent module – add voice recording capability for agents, enabling voice input capture and processing. (#717)
- Search module – integrate Serply search backend, providing an additional search engine source for queries. (#718)
- Notifications module – implement OS notifications on chat completion with a Linux
notify-sendfallback for systems lacking native notification support. (#719, #721) - AI provider list – add Hugging Face as an available AI provider, expanding model selection options. (#720)
- Documentation – update README, assets, and bump version to 1.5.1 to reflect changes in the release. (#722)
Contributors
- @haiphucnguyen
- @cdrozs
- @googio
- @derek201759
- @brunohopde
Full Changelog: https://github.com/askimo-ai/askimo/compare/v1.5.0...v1.5.1