tree: 6ad2579f2b35b45114b184db48b14f9d12273b08 [path history] [tgz]
  1. cmd/
  2. daemon/
  3. ipcserver/
  4. keys/
  5. lg/
  6. pkg/
  7. publish/
  8. source/
  9. BUILD.gn
  10. README.md
  11. startup.config
go/src/amber/README.md

Amber: An update system for Fuchsia

Amber is an update system with the ambition of updating all components running on a Fuchsia system whether that component is a kernel, a bootloader, a system service, an application, etc.

Many things are uncertain and/or undecided and this uncertainty is increased by the fluidity of other parts of the system with which Amber must interoperate. We do know that we are exploring using The Update Framework (TUF) as a basis for secure distribution. We use the Go implementation of TUF from https://github.com/flynn/go-tuf which we mirror at http://fuchsia.googlesource.com/third_party/go-tuf. Many thanks to the Flynn team for such an excellent implementation in Go.