Compare commits
No commits in common. "7e91d45cdee12a926f126f1244086bea51a04228" and "4111cd2eaffbcb97f07d34f5b75606c6e54f8180" have entirely different histories.
7e91d45cde
...
4111cd2eaf
|
@ -8,7 +8,7 @@ banner: "https://distrust.co/assets/base/distrust-thumbnail.png"
|
|||
header_pages:
|
||||
- index.md
|
||||
- services.md
|
||||
- software.md
|
||||
- roadmap.md
|
||||
- company.md
|
||||
- contact.md
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</div>
|
||||
<div>
|
||||
<a class="footer-link" href="/services.html">Services</a>
|
||||
<a class="footer-link" href="/software.html">Software</a>
|
||||
<a class="footer-link" href="/roadmap.html">Roadmap</a>
|
||||
<a class="footer-link" href="/company.html">Company</a>
|
||||
<a class="footer-link" href="/contact.html">Contact</a>
|
||||
</div>
|
||||
|
|
|
@ -103,7 +103,7 @@
|
|||
<a href="/services.html">Services</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="/software.html">Software</a>
|
||||
<a href="/roadmap.html">Roadmap</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="/company.html">Company</a>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
</p>
|
||||
<p class="hero-p">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.
|
||||
</p>
|
||||
<a href="/software.html" class="arrow-link">
|
||||
<a href="/roadmap.html" class="arrow-link">
|
||||
Learn more
|
||||
<span class="arrow">→</span>
|
||||
</a>
|
||||
|
|
|
@ -76,13 +76,13 @@
|
|||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="/software.html" class="arrow-link">
|
||||
<a href="/roadmap.html" class="arrow-link">
|
||||
<div class="flex-container-inner card roadmap-card roadmap-card-teal" style="background: #00191E; border: 1px solid #01586A">
|
||||
<div class="text-well">
|
||||
<h4>software</h4>
|
||||
<h4>roadmap</h4>
|
||||
<p>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.</p>
|
||||
<br>
|
||||
View software
|
||||
View roadmap
|
||||
<span class="arrow">→</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -19,13 +19,13 @@
|
|||
<section class="flex-container capsule-header video-content" style="margin-top: 80px">
|
||||
<div class="flex-container-inner" style="padding-top: 0px">
|
||||
<div class="text-well center">
|
||||
<div class="capsule-teal">software</div>
|
||||
<div class="capsule-teal">roadmap</div>
|
||||
<br>
|
||||
<h1 style="max-width: 1000px; margin: auto">verifiable security without single points of failure</h1>
|
||||
<br>
|
||||
<p class="hero-p center">Most systems still rely on single individuals or computers, unverifiable software, and opaque processes. We’re redesigning security for transparency from the ground up.</p>
|
||||
<div class="button-container center">
|
||||
<a href="#roadmap" class="mega-teal button">View software</a>
|
||||
<a href="#roadmap" class="mega-teal button">View roadmap</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -36,7 +36,7 @@
|
|||
<h3>creating the building blocks for provable security</h3>
|
||||
<p class="hero-p">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?</p>
|
||||
<p class="hero-p">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.</p>
|
||||
<p class="hero-p">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.</p>
|
||||
<p class="hero-p">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.</p>
|
||||
<a href="#roadmap" class="arrow-link">
|
||||
See what we're building
|
||||
<span class="arrow">→</span>
|
||||
|
@ -46,7 +46,7 @@
|
|||
</section>
|
||||
|
||||
<span class="roadmap" id="roadmap">
|
||||
<h2 class="center gradient-text">our software</h2>
|
||||
<h2 class="center gradient-text">our roadmap</h2>
|
||||
<p style="margin-top: 20px" class="hero-p center">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.</p>
|
||||
<section id="sourceid" class="flex-container">
|
||||
<div class="flex-container-inner">
|
||||
|
@ -72,7 +72,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<a href="https://git.distrust.co/public/sourceid" class="arrow-link">
|
||||
View git repository
|
||||
Learn more
|
||||
<span class="arrow">→</span>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -106,7 +106,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<a href="https://git.distrust.co/public/sigrev" class="arrow-link">
|
||||
View git repository
|
||||
Learn more
|
||||
<span class="arrow">→</span>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -143,7 +143,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<a href="https://codeberg.org/stagex/stagex" class="arrow-link">
|
||||
View git repository
|
||||
Learn more
|
||||
<span class="arrow">→</span>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -184,7 +184,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<a href="https://codeberg.org/stagex/repros" class="arrow-link">
|
||||
View git repository
|
||||
Learn more
|
||||
<span class="arrow">→</span>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -221,7 +221,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<a href="https://git.distrust.co/public/keyfork" class="arrow-link">
|
||||
View git repository
|
||||
Learn more
|
||||
<span class="arrow">→</span>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -259,7 +259,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<a href="https://git.distrust.co/public/keyfork" class="arrow-link">
|
||||
View git repository
|
||||
Learn more
|
||||
<span class="arrow">→</span>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -302,7 +302,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<a href="https://git.distrust.co/public/airgap" class="arrow-link">
|
||||
View git repository
|
||||
Learn more
|
||||
<span class="arrow">→</span>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -339,7 +339,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<a href="https://git.distrust.co/public/bootproof" class="arrow-link">
|
||||
View git repository
|
||||
Learn more
|
||||
<span class="arrow">→</span>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -382,7 +382,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<a href="https://git.distrust.co/public/enclaveos" class="arrow-link">
|
||||
View git repository
|
||||
Learn more
|
||||
<span class="arrow">→</span>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -431,7 +431,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<a href="https://qvs.distrust.co/" class="arrow-link">
|
||||
View git repository
|
||||
Learn more
|
||||
<span class="arrow">→</span>
|
||||
</a>
|
||||
</div>
|
Before Width: | Height: | Size: 453 KiB After Width: | Height: | Size: 453 KiB |
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: Roadmap
|
||||
tagline: Distrust | Roadmap
|
||||
summary: Open source tools for verifiable security
|
||||
layout: roadmap
|
||||
permalink: /roadmap.html
|
||||
thumbnail: /assets/base/roadmap-thumbnail.png
|
||||
---
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
title: Software
|
||||
tagline: Distrust | Software
|
||||
summary: Open source tools for verifiable security
|
||||
layout: software
|
||||
permalink: /software.html
|
||||
thumbnail: /assets/base/software-thumbnail.png
|
||||
---
|
Loading…
Reference in New Issue