Package Details: cider 1.6.3.20260321034536-2

Git Clone URL: https://aur.archlinux.org/cider.git (read-only, click to copy)
Package Base: cider
Description: An abandoned Apple Music player using a fork of Cider v1 from taoky/Cider
Upstream URL: https://github.com/taoky/Cider
Keywords: applemusic cider
Licenses: AGPL-3.0-only
Submitter: Core_UK
Maintainer: jasongodev
Last Packager: jasongodev
Votes: 30
Popularity: 0.55
First Submitted: 2021-12-08 22:09 (UTC)
Last Updated: 2026-03-21 16:22 (UTC)

Pinned Comments

jasongodev commented on 2026-02-25 18:19 (UTC) (edited on 2026-03-19 07:52 (UTC) by jasongodev)

################################################################################
                 !!! IMPORTANT INSTRUCTIONS, READ CAREFULLY !!!
################################################################################
##
##  AUR/cider needs an Apple Music Token to work!
##
##  An Apple Music Token can be created via the Apple Developer Program.
##
##  https://developer.apple.com/documentation/applemusicapi/generating-developer-tokens
##
##  Once created, edit Cider's .desktop file
##
##    sudo nano /usr/share/applications/sh.cider.Cider.desktop
##  
##  Then in the Exec line add the TOKEN value.
##  For example, if your token is eyJhbGciOiJFUz, then Exec line will be:
##
##    Exec=env TOKEN=eyJhbGciOiJFUz CIDER_PORT=9000 /usr/bin/cider %U
##
##  Cider uses port 9000 by default. To change, edit CIDER_PORT variable.
##
##  Save the .desktop file and enjoy!
##
##
##  Important Links:
##
##   Installation Support: https://aur.archlinux.org/packages/cider
##  Current Upstream Fork: https://github.com/taoky/Cider
##     Abandoned Upstream: https://github.com/ciderapp/Cider
##
################################################################################

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 10 Next › Last »

Core_UK commented on 2024-06-05 22:05 (UTC)

Added the rpm-tools dep, I forgot it was a required dependency for deb building. As for the error that petronny is experiencing, I'm leaning towards an issue with Electron-Builder or a fault with your actions runner.

Zollerboy1 commented on 2024-06-05 13:57 (UTC)

The build fails with this error:

to build rpm, executable rpmbuild is required, please install: sudo apt-get install rpm

After manually installing rpm-tools, it builds fine again, so maybe this package should be added to the make dependencies.

petronny commented on 2024-06-01 13:40 (UTC)

Getting this error:

 Exit code:
1  failedTask=build stackTrace=Error: /build/cider/src/Cider-1.6.3/node_modules/app-builder-bin/linux/x64/app-builder process failed ERR_ELECTRON_BUILDER_CANNOT_EXECUTE
Exit code:
1
    at ChildProcess.<anonymous> (/build/cider/src/Cider-1.6.3/node_modules/builder-util/src/util.ts:252:14)
    at Object.onceWrapper (node:events:626:26)
    at ChildProcess.emit (node:events:511:28)
    at maybeClose (node:internal/child_process:1098:16)
    at Process.ChildProcess._handle.onexit (node:internal/child_process:304:5)
ar: cider_1.6.3_amd64.deb: No such file or directory
==> ERROR: A failure occurred in build().
    Aborting...

https://github.com/arch4edu/cactus/actions/runs/9315477029/job/25684529644

aquator commented on 2023-07-10 07:12 (UTC)

Had to add git as build dep so patching can be completed, otherwise it fails with git process spawn error. (Could not apply patches, but build passed with warnings)

ufo_driver commented on 2023-06-08 16:13 (UTC)

Since it is using nvm you can remove npm and yarn as dependencies and just add npm install -g yarn or corepack enable (i prefer the latter) in prepare() function. I have nvm installed on my system for development but don't want nodejs or its dependencies.

lunasophia commented on 2023-06-07 14:35 (UTC) (edited on 2023-06-07 14:57 (UTC) by lunasophia)

It's also not building:

mv: cannot move '/home/luna/build/aur/cider/pkg/cider/opt/' to a subdirectory of itself, '/home/luna/build/aur/cider/pkg/cider/opt/cider'
==> ERROR: A failure occurred in package().
    Aborting...

Core_UK commented on 2023-06-06 12:15 (UTC)

The package has been updated, however will not launch until a new release is made. In the meantime, I suggest using the bin/git.

Core_UK commented on 2023-06-04 14:46 (UTC)

I’m working on overhauling all my packages, starting with bin. I suggest using that for the meantime.

lunasophia commented on 2023-06-04 13:21 (UTC)

I just installed cider yesterday without issue. I did need to manually install libxcrypt for it to build, however; this package isn't listed in the dependencies.

hambba commented on 2023-06-04 08:53 (UTC)

Cider-bin worked, this didn't