beacon
beacon copied to clipboard
Beacon browser for desktop
beacon://chrome-urls/ should include links for HNS info like beacon://hns-internals
Override chromium logos similar to macOS and windows to update branding. This will likely be the last step to get the installer setup.
The keyring on linux is still called "Chromium safe storage" should be renamed to "Beacon safe storage"
The user data directory still uses `chromium` on linux stored at `~/.config/chromium`. Can also be checked by opening beacon://version. It should use `~/.config/beacon` instead.
The compiled executable is still called `chrome`, and should be renamed to `beacon`. This should be similar to what we do on windows i believe https://github.com/imperviousinc/beacon/blob/0811d90b870013e7406bafa98c22e5cd70d195aa/build/win/BUILD.gn#L8-L11
Setup CI
We're gonna need some CI infra to do builds for Beacon this should make things a lot easier. Chromium uses [LUCI](https://chromium.googlesource.com/infra/luci/luci-py/+/refs/heads/master/README.md) it's a bit too googly i'm not sure if...
Non English name remains as it is xn--*********
Especially in bigger LANs local listening full nodes can reduce the burden of public listening full nodes since the sum of outbound connections for SPV clients can probably reduced from...
The trust service is a mojo interface already but there's still some usage of gRPC left. It was used to avoid having to do plumbing for a mojo pipe from...