在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:ipfs/ipfs-desktop开源软件地址:https://github.com/ipfs/ipfs-desktop开源编程语言:JavaScript 97.6%开源软件介绍:IPFS DesktopIPFS Desktop gives you all the power of IPFS in a convenient desktop app: a complete IPFS node, plus handy OS menubar/taskbar shortcuts and an all-in-one file manager, peer map, and content explorer. Use IPFS Desktop to get acquainted with IPFS without needing to touch the terminal — or, if you're already experienced, use the powerful menubar/taskbar shortcuts alongside the command line to make your IPFS workflow faster.
Quick-install shortcutsWhen in doubt, pick one of package formats with built-in automatic update mechanism:
Table of Contents
FeaturesIPFS Desktop combines a complete IPFS node (running go-ipfs) and the IPFS Web UI into a single, convenient desktop app — plus adds a menu to your OS menubar/system tray for easy access to a variety of common IPFS tasks. If you already have an IPFS node on your computer, IPFS Desktop will act as a control panel and file browser for that node. If you don't have a node, it'll install one for you. And either way, IPFS Desktop will automatically check for updates. Start your node at system startup and control it from your OSIPFS Desktop enables you to stop or restart your node straight from the IPFS logo menu in your OS menubar/system tray. For Mac and Windows users, IPFS Desktop can be also be set to launch at system startup, ensuring that your node is running whenever your computer is on. Quickly import files, folders, and screenshots to IPFSImport files and folders to your IPFS node in a variety of convenient ways:
Plus, you can use the Easily manage the contents of your nodeIPFS Desktop's
Visualize your IPFS peers worldwideVisit the Explore the "Merkle Forest" of IPFS filesUse the Enjoy OS-wide support for IPFS files and linksIPFS Desktop enables most operating systems (Mac, Windows and some Linux flavors) to support protocols including For an even better experience with Learn IPFS commands as you goIf you're interested in learning how to use IPFS from the command line, IPFS Desktop's CLI Tutor Mode can show you common IPFS commands as you go. Just check the InstallRelease notes and older versions of IPFS Desktop can be found on the releases page. Don't see your favorite package manager? Visit our package managers page and help us add support for it! Mac
Windows
Linux/FreeBSD
Install from sourceTo install and run IPFS Desktop from source, you'll also need:
Then, follow the steps below to clone the source code, install dependencies, and run the app. git clone https://github.com/ipfs/ipfs-desktop.git
cd ipfs-desktop
npm ci
npm run build
npm start ContributeWe welcome all contributions to IPFS Desktop! The best way to get started is to check the current open issues (or drill down specifically for issues labeled "help wanted") and find something interesting. All issues are categorized by the standard label taxonomy used across the IPFS project, so you can also drill by topic (for example, UX-related issues). No matter how you contribute, please be sure you read and follow the IPFS Contributing Guidelines and the IPFS Community Code of Conduct. TranslationsContributing translations in your language is particularly valuable! We use Transifex to manage internationalization, which means you don't need to change a single line of code to add your translations — just sign up for a Transifex account. Because IPFS Desktop app includes text from IPFS Web UI and IPLD Explorer, you'll want to join all three Transifex projects in order to see all the text:
Note for developers: We use English as our source of truth. This means that if you add any new text, make those additions in Developer notesFor more detailed information about hacking on IPFS Desktop, including a release checklist, please see the full developer notes. FAQ & TroubleshootingWhy am I missing the system tray menu on Linux?IPFS Desktop is built using Electron, and unfortunately, poor system tray support has been a longstanding problem with Electron apps. You may wish to try troubleshooting according to the Electron v9.3.0 docs:
If you've noticed that the old system tray is back in IPFS Desktop v0.13, this is because the Electron team removed support for Why can't I install IPFS Desktop under Debian 11?Debian package depends on You need to install this missing dependency on your own, or use Why can't I start IPFS Desktop under Debian 10?Some Linux users may see one of the following errors when trying to launch IPFS Desktop: When launching by double-clicking the app icon:
When launching from the terminal: $ ipfs-desktop
$Trace/breakpoint trap This is a known issue with Electron/Chrome and some hardened kernels. More details can be found here, but a fix is to start IPFS Desktop from the terminal with the following additional parameter: $ ipfs-desktop --no-sandbox Where are my IPFS configuration and log files?You can open these files from the IPFS logo menu by selecting
How does IPFS Desktop select the IPFS repo location?IPFS Desktop uses ipfsd-ctl, which, by default, checks the To open your repo directory from the IPFS logo menu, select Which version of IPFS does IPFS Desktop use?IPFS Desktop includes its own embedded binary (with version defined in You can check which version of IPFS you're running from the IPFS logo menu by looking in the Which flags does IPFS Desktop boot with?By default, IPFS Desktop starts the IPFS daemon with the flags You can change this in the IPFS Desktop config file by selecting
I got a |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论