๐ง We are building in public. This is presently under heavy construction.
ASIMOV Module CLI is a tool for managing locally installed ASIMOV Modules.
- Install, inspect, and uninstall ASIMOV Modules.
- 100% free and unencumbered public domain software.
- Rust 1.85+ (2024 edition)
The intended installation method is through Homebrew.
Module CLI can be installed along ASIMOV CLI through Homebrew:
brew tap asimov-platform/tap
brew install asimov-cli
cargo install asimov-module-cli --version 25.0.0-dev.5
If you installed through Homebrew you're able to invoke the module as asimov module
, otherwise call the asimov-module
executable directly.
asimov module install http
You can print package pages that the module's manifest defines, including but not limited to source code repository and other documentation:
$ asimov module link openai
https://rubygems.org/gems/asimov-openai-module
Or you can directly open in a web browser:
asimov module browse openai
Lists available and installed modules:
asimov module list
$ asimov module resolve https://asimov.sh/
http
asimov module uninstall http
TBD
git clone https://github.com/asimov-platform/asimov-module-cli.git