diff --git a/_config.yml b/_config.yml index 878409c..d0577c1 100644 --- a/_config.yml +++ b/_config.yml @@ -8,7 +8,7 @@ banner: "https://distrust.co/assets/base/distrust-thumbnail.png" header_pages: - index.md - services.md -- roadmap.md +- software.md - company.md - contact.md diff --git a/_includes/footer.html b/_includes/footer.html index 77a9371..a3225b0 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -5,7 +5,7 @@
Services - Roadmap + Software Company Contact
diff --git a/_includes/head.html b/_includes/head.html index 9eef163..28d3fb5 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -103,7 +103,7 @@ Services
- Roadmap + Software
Company diff --git a/_layouts/company.html b/_layouts/company.html index 01aa733..542917f 100644 --- a/_layouts/company.html +++ b/_layouts/company.html @@ -26,7 +26,7 @@

We don’t just advise on security. We build it. We open-source it. And we teach organizations how to think critically about risk—because security isn’t about checking boxes.

- + Learn more diff --git a/_layouts/landing.html b/_layouts/landing.html index 9bcce22..0bf2191 100644 --- a/_layouts/landing.html +++ b/_layouts/landing.html @@ -76,13 +76,13 @@
- +
-

roadmap

+

software

Security is always evolving—so are we. Distrust is building the next generation of security infrastructure that eliminates reliance on any single computer, person, or system. Using full-source bootstrapping, determinism, and quorum-based security, we ensure verifiable, trustless protection at every layer.


- View roadmap + View software
diff --git a/_layouts/roadmap.html b/_layouts/software.html similarity index 97% rename from _layouts/roadmap.html rename to _layouts/software.html index 7a3ff7f..352b71b 100644 --- a/_layouts/roadmap.html +++ b/_layouts/software.html @@ -19,13 +19,13 @@
@@ -36,7 +36,7 @@

creating the building blocks for provable security

Modern software systems still rely on trust in individuals—maintainers, IT admins, or third-party providers. But what happens when they are compromised? How do you verify that the software running on your systems hasn’t been tampered with?

We’ve identified critical missing pieces needed to remove single points of failure at every level. Our approach covers the complete lifecycle of software from your toolchains and dependencies to how your code is built, signed, verified and deployed.

-

By combining multi-party trust, remote attestation, and bit-for-bit reproducibility, we are methodically eliminating trust assumptions, ensuring security isn’t just a claim—it’s provable.

+

By combining multi-party trust, remote attestation, and bit-for-bit reproducibility, we are methodically eliminating trust assumptions, ensuring security isn’t just a claim—it’s provable. And as everything we do, all our software is open source.

See what we're building @@ -46,7 +46,7 @@
-

our roadmap

+

our software

We are actively working on a number of different projects, and looking to fund others. Here is what's on the way and what's coming next.

@@ -72,7 +72,7 @@
- Learn more + View git repository @@ -106,7 +106,7 @@ - Learn more + View git repository @@ -143,7 +143,7 @@ - Learn more + View git repository @@ -184,7 +184,7 @@ - Learn more + View git repository @@ -221,7 +221,7 @@ - Learn more + View git repository @@ -259,7 +259,7 @@ - Learn more + View git repository @@ -302,7 +302,7 @@ - Learn more + View git repository @@ -339,7 +339,7 @@ - Learn more + View git repository @@ -382,7 +382,7 @@ - Learn more + View git repository @@ -431,7 +431,7 @@ - Learn more + View git repository diff --git a/assets/base/roadmap-thumbnail.png b/assets/base/software-thumbnail.png similarity index 100% rename from assets/base/roadmap-thumbnail.png rename to assets/base/software-thumbnail.png diff --git a/roadmap.md b/roadmap.md deleted file mode 100644 index d16e717..0000000 --- a/roadmap.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Roadmap -tagline: Distrust | Roadmap -summary: Open source tools for verifiable security -layout: roadmap -permalink: /roadmap.html -thumbnail: /assets/base/roadmap-thumbnail.png ---- diff --git a/software.md b/software.md new file mode 100644 index 0000000..a676045 --- /dev/null +++ b/software.md @@ -0,0 +1,8 @@ +--- +title: Software +tagline: Distrust | Software +summary: Open source tools for verifiable security +layout: software +permalink: /software.html +thumbnail: /assets/base/software-thumbnail.png +---