Package Details: neo4j-desktop 1.6.0-1

Git Clone URL: https://aur.archlinux.org/neo4j-desktop.git (read-only, click to copy)
Package Base: neo4j-desktop
Description: GUI for managing local and remote Neo4j Graph databases
Upstream URL: http://neo4j.org/
Licenses: custom
Submitter: nglgzz
Maintainer: nglgzz
Last Packager: nglgzz
Votes: 7
Popularity: 0.28
First Submitted: 2020-05-14 16:39 (UTC)
Last Updated: 2024-08-11 17:18 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

nglgzz commented on 2025-07-22 14:13 (UTC)

FYI: I haven't bumped the package version because version 2 is meant to run alongside version 1.6 and it introduces some breaking changes* that would likely catch folks off guard.

I think a good way forward here would be to create a separate neo4j-desktop-2 package for version 2.

  • The main breaking change that comes to mind is that version 2 uses a different path and folder structure to store data, and at the moment Neo4j instances from v1.6 are not migrated automatically to v2 (though a migration helper is being worked on). Also the minimum supported version of Neo4j is now 5.1 instead of 4.1.

You can see the feature comparison between the two versions here for more details: https://neo4j.com/docs/desktop/current/comparison/

mobalt commented on 2025-07-22 12:33 (UTC)

For current version, modify lines 3 and 15 to:

pkgver=2.0.2
md5sums=('d422e0feba128ea680d14e820f3b5860')

nglgzz commented on 2020-11-26 09:58 (UTC)

@Tofu_Bone Not sure what's wrong, but it looks like either an Electron or Node error. Are other Electron apps working fine for you?

Tofu_Bone commented on 2020-11-26 04:29 (UTC)

I can install the package, but when I run it, it gives:

/tmp/.mount_neo4j-BL1amt/neo4j-desktop[308407]: ../../third_party/electron_node/src/node_platform.cc:444:std::shared_ptr<PerIsolatePlatformData> node::NodePlatform::ForIsolate(v8::Isolate *): Assertion `data' failed. [1] 308407 abort (core dumped) neo4j-desktop

Any idea what went wrong?

nglgzz commented on 2020-11-02 09:10 (UTC)

@Gas42 done, thank you for pointing that out :)

Gas42 commented on 2020-11-01 22:58 (UTC)

Hello, could you add fuse as a dependency please ? Can't use neo4j-desktop without fuse installed :)

framstag commented on 2020-06-13 09:19 (UTC)

After removing all yay downloads regarding neo4j-desktop from yays cache, it now installs. Thank you :-)

nglgzz commented on 2020-06-12 19:27 (UTC)

Thank you for the report, it was an error on my end. I forgot to update the checksum when I bumped the package version. New checksum is up, let me know if that helps.

framstag commented on 2020-06-12 19:02 (UTC)

I get the following error while installing the latest version:

==> Making package: neo4j-desktop 1.2.9-1 (Fri Jun 12 21:01:44 2020) ==> Retrieving sources... -> Found neo4j-desktop-offline-1.2.9-x86_64.AppImage ==> Validating source files with md5sums... neo4j-desktop-offline-1.2.9-x86_64.AppImage ... FAILED ==> ERROR: One or more files did not pass the validity check! Error downloading sources: neo4j-desktop

I'm using yay for installing aur packages.