Solidean Community Edition
Free for research, evaluation, prototyping, and other non-commercial use. Commercial operation requires a separate license.
By downloading, you agree to the Solidean Community License.
What's in the ZIP
- Solidean SDK shared library (
solidean.dll/libsolidean.so) - C header, C++ header, and Python bindings
- Simple examples
- License and readme
Artifacts
| Platform | Size | SHA-256 | |
|---|---|---|---|
| Windows x64 | Download | 812.0 KB | 7fde48b4… |
| Linux Ubuntu 22.04 (Jammy) x64 | Soon | — | — |
| Linux Ubuntu 24.04 (Noble) x64 | Download | 1.5 MB | d6f83f49… |
| Linux Debian 12 (Bookworm) x64 | Soon | — | — |
| Linux Debian 13 (Trixie) x64 | Soon | — | — |
| macOS aarch64 | Soon | — | — |
| Android aarch64 | Soon | — | — |
| iOS aarch64 | Soon | — | — |
Binaries are provided under the Solidean Community License (non-commercial).
Documentation
Full documentation is available at solidean.com/docs and organized as follows:
- Getting Started & Tutorials – step-by-step guides from first build to real workflows: Getting Started
- How-to Guides & Recipes – task-oriented examples for common operations and patterns: Guides
- Concepts & Rationale – core principles, robustness model, and performance trade-offs: Concepts
- API Reference – complete, language-specific API documentation: Reference
- Examples Gallery – minimal runnable examples across supported languages: Examples
- FAQ & Troubleshooting – common questions and practical solutions: FAQ
In addition to the website, the APIs are documented with language-native doc comments directly in the source:
- C/C++ APIs in
solidean.h/solidean.hh, - Python uses their respective documentation conventions.