Run a Fiber Node
Run a Fiber Node
Choose how you want to run a Fiber node — native binary or WASM
There are two ways to run a Fiber node. Choose the one that fits your use case:
Native Node
The native Fiber Network Node binary. Best for production deployments, server environments, and anyone who wants full control.
- Runs on Linux, macOS, Windows
- Interacts via CLI (
fnn-cli) or JSON-RPC - Suitable for routing nodes and production use
Get started with Native Node →
WASM Node
A full Fiber node compiled to WebAssembly. Runs directly in the browser or Node.js — no server needed.
- Embed in any JavaScript/TypeScript app
- No backend server required
- Ideal for browser wallets, web games, and client-side dApps