1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- +++
- title = "Blocktree"
- linkTitle = "Blocktree"
- +++
- {{< blocks/cover title="Blocktree" image_anchor="top" height="max">}}
- <div class="mx-auto">
- <h2>A platform for distributed computing.</h2>
- <a class="btn btn-lg btn-primary mr-3 mb-4" href="{{< relref "/docs" >}}">
- Learn More <i class="fas fa-arrow-alt-circle-right ml-2"></i>
- </a>
- <a class="btn btn-lg btn-secondary mr-3 mb-4" href="https://gogs.delease.com/Delease/Blocktree">
- Download <i class="fa-solid fa-download ml-2 "></i>
- </a>
- <p class="lead mt-5">
- Blocktree organizes apps and devices into a cooperative unit called a blocktree. Think of
- it as a mixture of a directory service, network filesystem, public key infrastructure, and
- a message bus, with additional benefits that come from integrating these services.
- </p>
- </div>
- {{< /blocks/cover >}}
- {{% blocks/lead color="primary" %}}
- Blocktree is still under active development. __Do not__ use it to protect sensitive information
- or run mission critical services. Checkout the [docs](./docs) to see what Blocktree
- can do today.
- {{% /blocks/lead %}}
- {{< blocks/section color="dark" >}}
- {{% blocks/feature icon="fa-solid fa-folder" title="Network Filesystem" url="./rustdoc/btfuse/index.html" %}}
- Your blocktree is a unified view of your network. It can be mounted with a FUSE daemon.
- {{% /blocks/feature %}}
- {{% blocks/feature icon="fa-solid fa-lock" title="Cryptographic Security" url="./rustdoc/btlib/crypto/index.html" %}}
- Information on disk is provided with confidentiality and integrity protection. Key management is
- as simple as changing filesystem permissions.
- {{% /blocks/feature %}}
- {{% blocks/feature icon="fa-solid fa-envelope" title="Message Passing" url="./rustdoc/btmsg/index.html" %}}
- Apps can send each other messages using blocktree paths. The system mutually authenticates all
- connections to ensure your messages reach their intended recipient.
- {{% /blocks/feature %}}
- {{< /blocks/section >}}
|