chiapos
Chia proof of space plotting, proving, and verifying (wraps C++)
What it is and what it does
Chiapos is a Python wrapper around Chia's proof-of-space implementation, a cryptographic primitive used in Chia blockchain consensus. It provides three main operations: creating plots (generating proof-of-space files), proving (generating proofs from a challenge), and verifying (validating proofs). The package is written in C++ for performance and compiled to wheels for multiple Python versions and platforms.
The library runs exclusively on 64-bit architectures and requires Python 3.7 or later. It has no runtime dependencies beyond the compiled C++ backend. The repository includes both Python and Rust bindings, though Rust bindings are limited to proof verification only. The package is actively maintained, with the main branch tracking the latest released version on PyPI.
Use it for:
- Creating proof-of-space plots for Chia blockchain farming or testing consensus mechanisms
- Verifying proofs of space in applications that need to validate Chia-compatible proofs
- Benchmarking or researching proof-of-space performance on different hardware
- Integrating proof-of-space verification into Python applications requiring Chia compatibility
- Experimenting with Hellman Attacks for space-optimized plot generation
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Python bindings for Chia's proof-of-space implementation, providing plotting, proving, and verification of proofs of space via a C++ backend.
Yes, if you need proof-of-space plotting or verification for Chia blockchain work. The package is actively maintained, has no known vulnerabilities, supports modern Python versions with prebuilt wheels, and carries a permissive license. Install friction is moderate due to C++ compilation, but prebuilt wheels mitigate this for common platforms. Not relevant for non-Chia use cases.
Install
chiapos on PyPI
pip
pip install chiaposuv
uv add chiapospoetry
poetry add chiaposInstalling chiapos
Before you install
Medium install friction due to compiled C++ bindings; wheels are available for multiple Python versions on macOS (arm64 and x86_64), Linux (aarch64 and x86_64), and Windows. Repository is active with recent commits and no archived status.
License in practice
Licensed under Apache-2.0 (permissive), allowing commercial and private use with minimal restrictions beyond attribution and liability disclaimers.
Quickstart
pip install chiapos
import chiapos
# Use the module's plotting, proving, and verification functions as documented in the repository
Requires a 64-bit architecture; Python 3.7 or later; C++ runtime for compiled bindings.
Verify before relying
- Specific Python API surface and function signatures for plotting, proving, and verification
- Performance characteristics and typical plot file sizes
- Whether Rust bindings support proof verification only or full plotting capability
- Exact Python versions supported by prebuilt wheels beyond what version strings indicate
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.7) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 282 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 445,577/month — #6,615 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: chiapos-2.0.12-cp310-cp310-macosx_11_0_arm64.whl; chiapos-2.0.12-cp310-cp310-macosx_11_0_x86_64.whl; chiapos-2.0.12-cp310-cp310-manylinux_2_28_aarch64.whl; chiapos-2.0.12-cp310-cp310-manylinux_2_28_x86_64.whl; chiapos-2.0.12-cp310-cp310-win_amd64.whl; chiapos-2.0.12-cp311-cp311-macosx_11_0_arm64.whl; chiapos-2.0.12-cp311-cp311-macosx_11_0_x86_64.whl; chiapos-2.0.12-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl; chiapos-2.0.12-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl; chiapos-2.0.12-cp311-cp311-win_amd64.whl; chiapos-2.0.12-cp312-cp312-macosx_11_0_arm64.whl; chiapos-2.0.12-cp312-cp312-macosx_11_0_x86_64.whl; chiapos-2.0.12-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl; chiapos-2.0.12-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl; chiapos-2.0.12-cp312-cp312-win_amd64.whl; chiapos-2.0.12-cp313-cp313-macosx_11_0_arm64.whl; chiapos-2.0.12-cp313-cp313-macosx_11_0_x86_64.whl; chiapos-2.0.12-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl; chiapos-2.0.12-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl; chiapos-2.0.12-cp313-cp313-win_amd64.whl
Tags
More Cryptography packages
Certifi provides Mozilla's curated collection…
copyleft · top 100 on PyPI
cryptographycryptography provides cryptographic recipes and…
permissive · top 100 on PyPI
rsaPure-Python RSA encryption, decryption,…
permissive · top 1,000 on PyPI
pyOpenSSLpyOpenSSL wraps OpenSSL's SSL/TLS functionality…
permissive · top 1,000 on PyPI
azure-identityProvides Microsoft Entra ID token-based…
unclear · top 1,000 on PyPI
PyNaClPyNaCl provides Python bindings to libsodium…
permissive · top 1,000 on PyPI
chiabip158Implements the BIP 158 compact block filter…
permissive · top 15,000 on PyPI
chiavdfProvides Python bindings to a high-performance…
permissive · top 15,000 on PyPI
chialisp-puzzlesLoads and provides access to standard and…
unclear · top 15,000 on PyPI
chia-puzzles-pyProvides Python bindings to the standard Chia…
unclear · top 15,000 on PyPI
chia-rsProvides Python bindings to Rust crates for…
unclear · top 15,000 on PyPI
clvm-tools-rsCompiles and executes Chialisp programs to CLVM…
permissive · top 15,000 on PyPI
clvm-rsRust-based implementation of the CLVM virtual…
permissive · top 15,000 on PyPI
chia-baseProvides base data types and utilities for Chia…
permissive · top 15,000 on PyPI
z3-solverZ3 is a theorem prover and SMT (satisfiability…
permissive · top 5,000 on PyPI
hsmsProvides command-line tools to simulate a…
permissive · top 15,000 on PyPI