Skip to content

Installation

Get Logust from PyPI in seconds, or build from source for local Rust changes.

Requirements

No Rust needed

Pre-built wheels available for all platforms. No Rust toolchain required.

  • Python 3.10+
  • Linux, macOS, Windows

Install

pip install logust
uv add logust
git clone https://github.com/yamaaaaaa31/logust.git
cd logust

uv venv && source .venv/bin/activate
uv pip install maturin
maturin develop --release

Rust required

Source builds require Rust stable and a working cargo toolchain. On Windows, activate with .venv\\Scripts\\activate.

Verify

python -c "import logust; logust.info('Logust installed')"

Next steps