_index.html 1.9 KB

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