This repository provides a Flatpak package for the ASIMOV Platform
-
A Linux distribution with Flatpak installed.
-
The Freedesktop 24.08 runtime. If you haven't installed it already, run the command below to install it from Flathub:
flatpak install flathub org.freedesktop.Platform//24.08
- Add the ASIMOV Platform Flatpak remote
flatpak remote-add --if-not-exists --user asimov-cli --no-gpg-verify https://asimov-platform.github.io/flatpak
- Install the asimov-cli
flatpak install asimov-cli com.asimov_platform.asimov_cli
After installation, you can run the CLI with:
flatpak run com.asimov_platform.asimov_cli --help
To check the version:
flatpak run com.asimov_platform.asimov_cli --version
If you encounter any issues with the runtime, please verify that the Freedesktop Platform 24.08 is installed. For additional help, refer to the Flatpak documentation.