Zinnia is a runtime for Filecoin Station modules. This crate provides the actual zinnia
executable.
You can download the zinnia
binary from
our GitHub Releases.
| OS | Platform | Filename | | ------- | ------------- | ---------------------------------------------------------------------------------------------------------------------- | | Windows | Intel, 64bit | zinnia-windows-x64.zip | | macOS | Intel, 64bit | zinnia-macos-x64.zip | | macOS | Apple Silicon | zinnia-macos-arm64.zip | | Linux | Intel, 64bit | zinnia-linux-x64.tar.gz |
If you have Rust tooling installed on your machine (see Install Rust), you can build & install Zinnia from the source code.
sh
$ cargo install zinnia
zinnia run my-module.js
See Building Modules for how to write new modules for Filecoin Station.
We have decided to put Rust/WASM modules on hold for now.