Skip to content
This repository was archived by the owner on Sep 21, 2024. It is now read-only.

Noosphere is a protocol for thought; let's discover it together!

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

subconsciousnetwork/noosphere

Folders and files

NameName
Last commit message
Last commit date
Feb 20, 2024
Feb 8, 2024
Mar 1, 2024
Oct 12, 2023
Jul 13, 2023
Nov 18, 2022
Mar 29, 2023
Apr 16, 2024
Apr 9, 2024
Jul 21, 2023
Jan 18, 2024
Apr 16, 2024
Mar 31, 2023
Mar 1, 2024
Apr 22, 2024
Apr 2, 2024
Aug 1, 2022
Jul 20, 2022
Jan 30, 2024
May 2, 2023
Mar 1, 2024

Repository files navigation

License Tests Discord

Noosphere

Noosphere (noun):

  1. Planetary consciousness. A hypothetical new evolutionary phenomena rising out of the biosphere.
  2. A protocol for thought.

This repository contains documentation and specifications for the Noosphere protocol. Noosphere, like its namesake, is a worldwide medium for thinking together. We like to think of it as a protocol for thought.

Noosphere is the foundational protocol that the Subconscious app builds upon to enable an open-ended, permissionless multiplayer experience. The documentation and specifications in this repository are intended to enable others to contribute to our efforts, and also to build clients and deploy infrastructure that interoperates over Noosphere.

See explainer.

Status: Discovery

We aim to build a new kind of web, but we have only begun to discover what that means. Our work is rapidly advancing but still in-progress, and we need your help to drive it forward!

Check out our Roadmap see where we are headed.

Follow along with the daily development process on the Noosphere kanban.

Project Layout

  • ./rust: the core implementation of the Noosphere protocol as well as convenience abstractions and a reference client and server. Most crates can be compiled for native targets and/or WASM targets as desired.
  • ./typescript: our NPM packages, which wrap the Rust implementation (compiled to Web Assembly) and expose a JavaScript API for accessing Noosphere.
  • ./swift: implementation of our Swift package, also wrapping the same core Rust impelementation (via a C-compatible FFI), suitable for incorporating Noosphere as an Xcode dependency.
  • ./design: documents describing Noosphere data structures and protocols in generalized terms.

License

This project is dual licensed under MIT and Apache-2.0.

MIT: https://www.opensource.org/licenses/mit
Apache-2.0: https://www.apache.org/licenses/license-2.0