Download#

Pre-built binaries are available on the Releases page. No Python installation required.

Windows#

Download ics-query.exe from the Releases page and run it directly:

ics-query.exe --version

Linux (x86_64)#

Download ics-query-linux-x86_64 from the Releases page. Make it executable and run it:

chmod +x ics-query-linux-x86_64
./ics-query-linux-x86_64 --version

To use it without the path prefix, move it somewhere on your PATH:

mv ics-query-linux-x86_64 ~/.local/bin/ics-query
ics-query --version

macOS#

macOS binaries are not provided. Use Homebrew or pip instead.

Verifying the download#

After downloading, check that the version matches the release you downloaded:

ics-query --version