├── img └── logo.png └── README.md /img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NebulaiNetwork/OpenCompute/HEAD/img/logo.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |
2 | 3 | 4 | [Website](https://nebulai.network)

5 |
6 | 7 | ## Nebulai OpenCompute 8 | nebulai's depin computing services 9 | 10 | --- 11 | 12 | ## 🚀 Overview 13 | **OpenCompute** is Nebulai’s next-generation decentralized computing network, engineered to deliver elastic, distributed processing power with zero infrastructure overhead. 14 | 15 | Unlike traditional systems, OpenCompute introduces a truly plug-and-play architecture: 16 | 17 | **Workers** can contribute computing power instantly — simply by opening a browser, no installation required. 18 | 19 | **Users** can tap into global compute resources through a lightweight Python SDK, without managing any backend. 20 | 21 | We're redefining the boundaries of accessible computing — frictionless, serverless, and permissionless. 22 | This is not just a platform — it's the foundation of a new computational paradigm, built for scale, built for everyone. 23 | 24 | --- 25 | ## 📢 Notice 26 | 27 | The current release of OpenCompute is now **open source**. 28 | We have released two key components of the system: 29 | 30 | - **OpenCompute User Module** – the client interface for submitting and managing compute tasks 31 | - **OpenCompute Worker Module** – the execution node responsible for running compute workloads 32 | 33 | Explore the repositories: 34 | 🔗 [OpenCompute User Module](https://github.com/NebulaiNetwork/OpenCompute_User) 35 | 🔗 [OpenCompute Worker Module](https://github.com/NebulaiNetwork/OpenCompute_Worker) 36 | 37 | > ⚠️ Please note: OpenCompute remains under active development. 38 | > The current version reflects an MVP and may differ from future stable releases. 39 | 40 | --- 41 | --------------------------------------------------------------------------------