| Crates.io | zinniad |
| lib.rs | zinniad |
| version | 0.24.2 |
| created_at | 2023-03-30 12:49:32.53065+00 |
| updated_at | 2025-07-07 16:15:35.188817+00 |
| description | Zinnia daemon runs Zinnia modules inside Filecoin Station. |
| homepage | |
| repository | https://github.com/CheckerNetwork/zinnia |
| max_upload_size | |
| id | 825047 |
| size | 178,217 |
Zinnia is a sandboxed and resource-limited runtime for distributed workers. This crate provides a daemon to run Zinnia Modules inside Filecoin Station.
CAUTION: This crate is no longer maintained.
You can download the zinniad binary from
our GitHub Releases.
| OS | Platform | Filename |
|---|---|---|
| Windows | Intel, 64bit | zinniad-windows-x64.zip |
| macOS | Intel, 64bit | zinniad-macos-x64.zip |
| macOS | Apple Silicon | zinniad-macos-arm64.zip |
| Linux | Intel, 64bit | zinniad-linux-x64.tar.gz |
| Linux | ARM, 64bit | zinniad-linux-arm64.tar.gz |
If you have Rust tooling installed on your machine (see Install Rust), you can build & install Zinnia from the source code.
$ cargo install zinniad
FIL_WALLET_ADDRESS=f1... \
zinniad my-module/main.js
See Building Modules for how to write new modules for Filecoin Station.
Note: We don't support running more than one Zinnia module in the Filecoin Station yet. Tracking issue: zinnia#144
We have decided to put Rust/WASM modules on hold for now.