diff --git a/README.md b/README.md index 7ee57dd..872cf8e 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ Everyone is welcome to submit their new awesome-ipfs item. In order to add an el - [InterPlanetary Wayback](https://github.com/oduwsdl/ipwb) - Web Archive (WARC) indexing and replay using IPFS. - [Interplanetary Wiki](https://github.com/jamescarlyle/ipfs-wiki) - Wiki built on top of IPFS - [IPFessay](https://gitlab.com/stavros/IPFessay) - A simple way to publish uncensorable essays on IPFS. +- [IPFS Desktop](https://github.com/ipfs/ipfs-desktop) - Run your IPFS node on your machine without having to bother with command line tools. Manage your node, add your files, easily change the settings... everything from just one interface. - [IPFS Drive](http://ipfs-drive.ydns.eu) - In browser file manager for IPFS. [Source](https://github.com/fazo96/ipfs-drive) - [IPFS Event Drop](https://github.com/travisperson/ipfs-event-drops) - An app that allows for improved visualization of ipfs events. - [IPFS ID and Public Key QR Codes Demo](https://ipfs.io/ipfs/zdj7Whr8X3zah99TSuyPjENaERcBW9C7B36EaCb1DEZ5pbbL9/) - A demo app that uses windows.ipfs to show you a QR Code of your IPNS Link and of your Public Key. [Source](https://github.com/ipfs-shipyard/demo-ipfs-id-qr-codes) diff --git a/data/apps.yaml b/data/apps.yaml index 14e307a..53c85b1 100644 --- a/data/apps.yaml +++ b/data/apps.yaml @@ -283,3 +283,10 @@ content: picture: /images/todo-demo.png description: > A ToDo List demo app that uses windows.ipfs. + - title: IPFS Desktop + source: https://github.com/ipfs/ipfs-desktop + picture: /images/ipfs-desktop.png + description: > + Run your IPFS node on your machine without having to bother with command line tools. + Manage your node, add your files, easily change the settings... everything from + just one interface. \ No newline at end of file diff --git a/src/static/images/ipfs-desktop.png b/src/static/images/ipfs-desktop.png new file mode 100644 index 0000000..d982422 Binary files /dev/null and b/src/static/images/ipfs-desktop.png differ