Crates.io | ahqstore_cli_rs |
lib.rs | ahqstore_cli_rs |
version | 0.12.1 |
created_at | 2023-12-21 12:30:19.507668+00 |
updated_at | 2025-09-11 12:48:45.097287+00 |
description | AHQ Store CLI |
homepage | https://github.com/ahqstore/cli |
repository | https://github.com/ahqstore/cli |
max_upload_size | |
id | 1076798 |
size | 841,154 |
Read more about it here
The official cross-platform AHQ Store CLI, built in Rust and exported everywhere via C ABI.
One codebase → many runtimes:
The original CLI has been written in rust lang and we're quite excited to tell you how versatile this tool actually is. This tool is OFFICIALLY available and maintained for :
Prebuilt binaries available for Linux, macOS, and Windows (x64, arm64, i686, armv7).
All the platforms use the same codebase (the rust codebase). We're making use of the C-Abi to make the CLI compatible to the following languages/runtimes:
Head over to https://ahqstore.github.io/guide/cli/ for usage references!
There are two ways to install in Rust Lang, cargo install
and cargo binstall
cargo install ahqstore_cli_rs
cargo binstall ahqstore_cli_rs
npm i -g @ahqstore/cli
deno install -g npm:@ahqstore/cli
deno install -A -f -g -n ahqstore https://jsr.io/@ahqstore/cli/0.12.1/js/cli.js
bun install -g @ahqstore/cli
pip install ahqstore-cli
Since GoLang mainly works with repositories. We've set up a mirror repo so that it works as expected. Here's the install command :-
go install github.com/ahqstore/cli-go/ahqstore@latest
dart pub global activate ahqstore_cli
dotnet tool install --global AHQStoreCLI