Info
Every entry below links to its canonical README. Follow those for installation flags, API surfaces, and deeper guides.
Use this directory as a jumping-off point; it shows you what exists and where to learn more without duplicating repo docs.
flowchart TD
DESKTOP[Desktop GUI] --> OPERATE[Manage nodes and launch apps]
CLI[meroctl and merod] --> OPERATE
DEVTOOLS[Merobox and create-mero-app] --> BUILD[Build and test locally]
SDKS[Client SDKs and ABI codegen] --> BUILD
SIGN[mero-sign and registry CLI] --> PUBLISH[Package and publish apps]
classDef lime fill:#14210a,stroke:#a5ff11,color:#f5ffe0,stroke-width:2px;
classDef cyan fill:#0b2526,stroke:#39d0c8,color:#dcfffd,stroke-width:2px;
classDef purple fill:#221133,stroke:#c084fc,color:#f7ecff,stroke-width:2px;
class DESKTOP,CLI lime;
class DEVTOOLS,SDKS cyan;
class SIGN,PUBLISH purple;
class OPERATE,BUILD lime;
| Tool | Reference | Notes |
|---|
| Calimero Desktop | Desktop Guide · Download | GUI for node management, identity, context browsing, and launching apps with built-in SSO. |
| Desktop Architecture | How Desktop Works | Tauri shell, local node orchestration, install flow, SSO return path, and release/update model. |
Tip: Developer Tools Guide
For comprehensive documentation on Merobox, ABI Codegen, and create-mero-app, see the Developer Tools Guide.
| Tool | Reference | Notes |
|---|
| Calimero Cloud | Cloud & MDMA Overview | Hosted dashboard and account surface for managed Calimero nodes. |
| MDMA control plane | Operator Architecture | Manager + Dispatcher + infrastructure orchestration behind the hosted platform. |
Tip: Client SDKs Guide
For comprehensive documentation on all three client SDKs (Rust, Python, JavaScript), see the Client SDKs Guide.
| SDK | Reference | Notes |
|---|
| Client SDKs | Client SDKs Guide | Comprehensive guide to the client SDKs for interacting with Calimero nodes. |
| JavaScript Client | mero.js | Browser/Node bindings, event streaming, auth helpers. ✅ Full authentication support. |
| Python Client | calimero-client-py | Python bindings, ABI tooling, automation recipes. ⚠️ Authentication support planned. |
| Kotlin Client | mero-kotlin | Kotlin/Android bindings for Calimero nodes. |
| Swift Client | MeroKit | Swift bindings for Apple platforms. |
| Rust Client | calimero-network/core/crates/client | Rust client SDK for CLI tools and sidecar services. ⚠️ Authentication support planned. |
| Rust SDK | calimero-sdk | App macros, storage primitives, state helpers. For building Calimero applications. |
Tip
Pick a tool, follow its README end-to-end, then link back into MKDocs when you need a refresher. These pages stay minimal by design.