# incubator-resilientdb-orbit **Repository Path**: mirrors_apache/incubator-resilientdb-orbit ## Basic Information - **Project Name**: incubator-resilientdb-orbit - **Description**: Global-Scale Sustainable Blockchain Fabric - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-23 - **Last Updated**: 2025-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **DEPRECATION NOTICE** This repository is deprecated. Active development now continues in the [ResilientDB Monorepo](https://github.com/apache/incubator-resilientdb). The ResaultDB Orbit can be found at [ecosystem/deployment/orbit](https://github.com/apache/incubator-resilientdb/tree/master/ecosystem/deployment/orbit). # ResilientDB Orbit ResilientDB Orbit is a lightweight desktop launcher to spin up ResilientDB and its core services in one click, perfect for handling development, rapid testing, and local experimentation. ## Setup ``` bun i ``` ## Useful commands ### Start dev server ``` bun run tauri dev ``` ### Build executable ``` bun run tauri build ```