Skip to content

Installing microCI

If you're running macOS, Linux, or another Unix-like operating system, you can install microCI by running the following command in your terminal:

Install

curl -fsSL https://microci.dev/install.sh | bash

Alternative installation methods

Install on Linux

To install the latest stable version on Linux:

Binary

sudo curl -fsSL https://github.com/geraldolsribeiro/microci/releases/latest/download/microCI \
  -o /usr/bin/microCI
sudo chmod 755 /usr/bin/microCI

Debian/Ubuntu

Fedora/openSUSE

Install on macOS

To install the latest stable version on macOS:

brew install geraldolsribeiro/tap/microci

Install using G-Tools

G-Tools automatically detects your OS and installs microCI accordingly.

cargo install g-tools
G microci install