-
Notifications
You must be signed in to change notification settings - Fork 865
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
📦 Stores and Package Managers #691
Comments
I'd also add snaps (https://snapcraft.io) to the list as it's also a fairly common distribution method and can be easily integrated (https://build.snapcraft.io) |
This feels like a good opportunity to improve community involvement. When v1.0 is ready we (or Package Managers WG) should reach out to current maintainers of existing go-ipfs packages and ask them for help with adding ipfs-desktop one: |
+ we should provide prebuilt standalone |
* feat: add IPFS Desktop Ref.: ipfs/ipfs-desktop#691 * fix: styling * Update and rename ipfs-desktop.rb to ipfs.rb
Brew cask just added as
|
Note that we now provide a generic Tar package ( |
Might someone add and maintain a port for FreeBSD? We have https://www.freshports.org/sysutils/ipfs-go/ for IPFS implementation in Go, but no port for IPFS Desktop. |
Nixpkgs, or just a nix file in the repo. 1 complication for this is the difficulty in setting up an Electron package at the moment. The unorthodox directory structure makes it difficult build normally. |
Could someone add WinGet to the list of package managers? It's still in active development, but I feel like Microsoft is going to make a larger push for it in the future. |
I cannot find support Gentoo (portage) yet. |
Could consider storing the installation files (.exe, .dmg, .tar.gz) in IPFS instead of Github storage? |
@agnelvishal definitely, but we need to migrate autoupdate mechanizm to support that first – see my notes in #1263 (comment) |
Flatpak would be nice! |
Looks like I was completely ignored even thought
It's important to not discriminate package managers. If this issue is not taken seriously, then please consider closing it. |
@NatoBoram added to the list! |
@NatoBoram - note that Scoop has been listed in the docs at https://docs.ipfs.io/install/ipfs-desktop/#package-managers for a while now. Will update CLI instructions per your comment under ipfs/ipfs-docs#615. |
There seems to be a package for WinGet now: https://winget.run/pkg/IPFS/IPFS-Desktop |
Macports (macOS) has an ipfs package: https://ports.macports.org/port/ipfs/summary I'm guessing it's just the CLI (not the Desktop), but should be on the list |
I'm closing this and suggest that people just open a PR against "Install" section of README so it can be discovered by others with more ease :) |
Added MacPorts in PR #1816 WinGet is still missing; I haven't used Windows since XP, so I'll leave that for someone more familiar. |
why there is no a Flatpak package? nor RPM (fedora)? any plans? |
Hello, |
I currently use the AppImage on Manjaro and it is very, very much a less than ideal experience. Trying to get it to consistently autostart when I login seems to be impossible. A Flatpak would be very much appreciated. |
Hi, A few months ago, I started developing a tool named dynapt to automatically fetch updates through APT for packages that don't provide an APT repository. As I've been upgrading IPFS Desktop through it for quite some time now, I just published my first pre-release of it, which you can download and set up from this tutorial. For IPFS Desktop specifically, replace the following configuration line : "apps": [] With the following : "apps": [
{
"name": "IPFS Desktop",
"github": {
"repo": "ipfs/ipfs-desktop"
}
}
] For questions or issues, please submit a comment on the tutorial page. Thanks |
+1 |
Summary
Many users want to see IPFS Desktop binaries distributed across many stores and package managers. This issue will be used to address those and new requests should be done here for now.
Status
brew cask install ipfs
choco install ipfs-desktop
scoop bucket add extras && scoop install ipfs-desktop
package maintained by @NatoBoram
snap install ipfs-desktop
The text was updated successfully, but these errors were encountered: