4 releases

25.0.0-dev.4 Apr 3, 2025
25.0.0-dev.3 Mar 14, 2025
25.0.0-dev.1 Feb 19, 2025
25.0.0-dev.0 Feb 13, 2025
24.0.0-dev.0 Jun 29, 2024

#618 in Text processing

Download history 137/week @ 2025-02-12 140/week @ 2025-02-19 29/week @ 2025-02-26 134/week @ 2025-03-12 2/week @ 2025-03-19 130/week @ 2025-04-02 10/week @ 2025-04-09

145 downloads per month

Unlicense

26KB
480 lines

ASIMOV Command-Line Interface (CLI)

License Compatibility Package

🚧 We are building in public. This is presently under heavy construction.

✨ Features

  • 100% free and unencumbered public domain software.

🛠️ Prerequisites

⬇️ Installation

Installation from Source Code

Installation via Cargo

cargo install asimov-cli --version 25.0.0-dev.4

Installation using Package Manager

Homebrew

Firstly, register this tap in your local Homebrew installation with:

brew tap asimov-platform/tap

Now you can install ASIMOV CLI with:

brew install asimov-cli

Scoop

First things first, you need to add our custom Scoop bucket:

scoop bucket add asimov-platform https://github.com/asimov-platform/scoop-bucket

Now, installing ASIMOV CLI is as easy as running:

scoop install asimov-platform/asimov-cli

Nix flakes

Nix flakes is an experimental feature that has to be enabled before going any further:

mkdir -p ~/.config/nix && echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf

Now you can register the flake using:

nix registry add asimov-cli github:asimov-platform/nix-flake

And then install ASIMOV CLI with:

nix profile install asimov-cli#default --no-write-lock-file

Flatpak

First add the ASIMOV Platform Flatpak remote:

flatpak remote-add --if-not-exists --user asimov-cli --no-gpg-verify https://asimov-platform.github.io/flatpak

Then install ASIMOV CLI with:

flatpak install asimov-cli com.asimov_platform.asimov_cli

Now you can run it like this:

flatpak run com.asimov_platform.asimov_cli --help

You may want to create an alias for it:

alias asimov="flatpak run com.asimov_platform.asimov_cli"

👉 Examples

TBD

📚 Reference

TBD

👨‍💻 Development

git clone https://github.com/asimov-platform/asimov-cli.git

Share on X Share on Reddit Share on Hacker News Share on Facebook Share on LinkedIn

Dependencies

~2–3.5MB
~62K SLoC