Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
>
> Powering 🛰️ [Filecoin Station](https://github.com/filecoin-station/filecoin-station).

> [!CAUTION]
> **This project is no longer maintained.**

## Installation

See [CLI Installation](./cli/README.md#installation).
Expand Down
2 changes: 2 additions & 0 deletions cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
Zinnia is a sandboxed and resource-limited runtime for distributed workers. This crate provides the
`zinnia` executable to run modules locally, e.g. while developing.

**CAUTION: This crate is no longer maintained.**

## Installation

You can download the `zinnia` binary from
Expand Down
2 changes: 2 additions & 0 deletions daemon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
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.**

## Installation

You can download the `zinniad` binary from
Expand Down
2 changes: 2 additions & 0 deletions runtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@

Zinnia is a runtime for Filecoin Station modules. This crate provides the runtime including all
platform APIs.

**CAUTION: This crate is no longer maintained.**