Installation

Rustpix can be installed in several ways depending on your needs:

MethodBest For
Python (pip)Python scripting, Jupyter notebooks
macOS (Homebrew)GUI application on macOS
Rust (cargo)CLI tool, Rust library development
From SourceDevelopment, custom builds

Quick Install

Python Users

pip install rustpix

macOS Users (GUI)

brew tap ornlneutronimaging/rustpix
brew install --cask rustpix

Rust Users (CLI)

cargo install rustpix-cli

System Requirements

  • Python: 3.11 or later
  • macOS: Big Sur (11.0) or later, Apple Silicon (ARM64)
  • Rust: 1.70 or later (for building from source)