Introduction

Omnix aims to supplement the Nix CLI to improve developer experience. View the Github repo for ongoing progress.

Omnix Logo

Install

To install Omnix, you first need Nix installed,1 before running the following:

# Install omnix (using om.cachix.org Nix cache)
nix --accept-flake-config profile install github:juspay/omnix

# Make sure that the `om` command works
om --help

Next Steps

Checkout the CLI commands available.

Discussion

For discussing Omnix, use Github Discussions or Zulip.

1

We also plan to provide a static binary. See #207