Skip to content

Releases: haiphucnguyen/askimo

v0.1.2

25 Aug 07:54
ac7be8c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

25 Aug 00:09
Compare
Choose a tag to compare

Support users install askimo via Homebrew, Scoop and Docker

Full Changelog: v0.1.0...v0.1.1

v0.1.0

24 Aug 03:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.1.0

v0.0.3

23 Aug 07:55
8d4ef6a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.2...v0.0.3

v0.0.2

18 Aug 21:18
c7c4193
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.1...v0.0.2

v0.0.1

16 Aug 06:50
Compare
Choose a tag to compare

Askimo is now available as an open-source command-line AI assistant! 🎉

This first release includes everything you need to start chatting with AI models directly from your terminal:

Features

  • Interactive REPL — Start a chat session with streaming responses.

  • Pipe & File Input — Use Askimo in shell pipelines:

cat logs.txt | askimo "Summarize the key issues"
  • Multi-provider support — Works with OpenAI, Ollama (extensible for more).

  • Session-based config — API keys, model, and provider settings saved locally in ~/.askimo.json.

  • Pluggable architecture — Extend Askimo with new commands or providers.

  • Native binary builds — Compiled with GraalVM for instant startup.