forked from public/airgap
docs: first pass of stagex doc fixes
This commit is contained in:
parent
51ec4ca719
commit
d1707c48f1
19
README.md
19
README.md
|
@ -1,17 +1,19 @@
|
|||
# AirgapOS #
|
||||
|
||||
<https://github.com/distrust-foundation/airgap>
|
||||
<https://git.distrust.co/public/airgap>
|
||||
|
||||
## About ##
|
||||
|
||||
A live buildroot based Liux distribution designed for managing secrets offline.
|
||||
A full-source-bootstrapped, deterministic, minimal, immutable, and offline,
|
||||
workstation linux distribution designed for creating and managing secrets
|
||||
offline.
|
||||
|
||||
Built for those of us that want to be -really- sure our most important secrets
|
||||
are managed in a clean environment with an "air gap" between us and the
|
||||
internet with high integrity on the supply chain of the firmware and OS used.
|
||||
|
||||
## Uses ##
|
||||
* Generate GPG keychain
|
||||
* Generate PGP keychain
|
||||
* Store/Restore gpg keychain to security token such as a Yubikey or Nitrokey
|
||||
* Signing cryptocurrency transactions
|
||||
* Generate/backup BIP39 universal cryptocurrency wallet seed
|
||||
|
@ -27,15 +29,14 @@ internet with high integrity on the supply chain of the firmware and OS used.
|
|||
|
||||
### Software ###
|
||||
|
||||
* docker 18+
|
||||
* docker 26+
|
||||
|
||||
### Hardware ###
|
||||
|
||||
* Recommended: PC running coreboot-heads
|
||||
* Allows for signed builds, and verification of signed sd card payloads
|
||||
* Ensure any Wifi/Disk/Bluetooth/Audio devices are disabled/removed
|
||||
* Supported remote attestation key (Librem Key, Nitrokey, etc)
|
||||
* Supported GPG smartcard device (Yubikey, Ledger, Trezor, Librem Key, etc)
|
||||
* x86_64 PC or laptop
|
||||
* linuxboot/heads firmware supported and recommended for multi-use machine
|
||||
* Allows for signed builds, and verification of signed sd card payloads
|
||||
* Ensure any Wifi/Disk/Bluetooth/Audio devices are disabled/removed
|
||||
* Blank flash drive
|
||||
* Blank SD card
|
||||
|
||||
|
|
Loading…
Reference in New Issue