Skip to content

An unobtrusive and user-friendly desktop application for IPFS on Windows, Mac and Linux.

License

Notifications You must be signed in to change notification settings

ipfs/ipfs-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPFS Native Application

Dependency Status

A Native Application for your OS to run your own IPFS Node. Built with Electron Shell

folder structure

$ tree app
app
├── controls        # Application controls to interact with the system
├── img
│   ├── loading.gif
│   └── logo.png
├── init.js
├── js              # React/Frontend components
│   ├── help.js
│   ├── menubar.jsx # React view for all the things menu bar
│   ├── toggle.jsx
│   └── welcome.jsx # React component for the welcoming screen for 1st time users
├── styles
│   ├── common.css
│   └── menu.css
└── views
    ├── help.html
    ├── menubar.html
    └── welcome.html

usage

$ npm i
$ npm start

packaging

will be written to ./dist

make a package for your system

npm run dist

make packages for all platforms

npm run dist-all