Skip to content

Commit 2abdb4b

Browse files
committed
Updated readme with goals
1 parent 99b365c commit 2abdb4b

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

README.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ A minimal web browser for the distributed web
55
<img src="./build/icon.png" width="333px">
66
</p>
77

8+
## Goals
9+
10+
- Enable people to make and use local first apps using the web
11+
- Be minimal (fewer built-in features, leave more to the OS)
12+
- Be open to anything p2p / decentralized / local-first
13+
- Rely on extensions for extra functionality
14+
- Eventually work with mesh networks / BT somehow
15+
816
## Running
917

1018
Download an installer from the [releases page](https://github.com/RangerMauve/agregore-browser/releases)
@@ -56,14 +64,6 @@ This project uses the [StandardJS](https://standardjs.com/) code style. Please f
5664
- [x] Back / Forward
5765
- [x] Welcome page
5866
- [x] Basic hypercore-protocol / dat support
59-
- [ ] Basic IPFS support
60-
- [ ] Loading files
61-
- [ ] Directory listing
62-
- [ ] Loading pretty urls with index.html
63-
- [ ] IPNS?
64-
- [ ] Basic BitTorrent support (loading)
65-
- [ ] Load web page when opening magnet link
66-
- [ ] `bt://` protocol for loading individual files
6767
- [ ] Better navigation UX
6868
- [x] Multiple windows
6969
- [x] Shortcuts for window creation
@@ -89,6 +89,14 @@ This project uses the [StandardJS](https://standardjs.com/) code style. Please f
8989
- [ ] Bookmarks
9090
- [ ] As an extension?
9191
- [ ] Sync with Hyperdrive API?
92+
- [ ] Basic IPFS support
93+
- [ ] Loading files
94+
- [ ] Directory listing
95+
- [ ] Loading pretty urls with index.html
96+
- [ ] IPNS?
97+
- [ ] Basic BitTorrent support
98+
- [ ] Load web page when opening magnet link
99+
- [ ] `bt://` protocol for loading individual files
92100
- [ ] fetch API for IPFS (look at how their proxy works?)
93101
- [x] WebXR - Make sure it's working!
94102
- [x] Web extension support via [electron-extensions](https://github.com/sentialx/electron-extensions)
@@ -97,5 +105,8 @@ This project uses the [StandardJS](https://standardjs.com/) code style. Please f
97105
- [ ] Developer options page
98106
- [ ] Track extensions in a DB
99107
- [ ] Drag and drop extension folder
108+
- [ ] PWA support
109+
- [x] Service Workers (Free with Electron)
110+
- [ ] Install web page to desktop
100111
- [ ] Persist browser settings / history to Hyperdrive
101112
- [ ] Load extensions from p2p protocols.

0 commit comments

Comments
 (0)