Anytype icon

Anytype 0.52.4

Local-first and end-to-end encrypted notes app

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    anytype # Anytype
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    anytype # Anytype
  ];
}

Package Definition

{
  "pname": "anytype",
  "version": "0.52.4",
  "src": {
    "url": "https://anytype-release.fra1.cdn.digitaloceanspaces.com/Anytype-0.52.4-mac-arm64.dmg",
    "sha256": "779661fa891ed24ec1af033561718f9f1ccb8dde22b84245ceb844d2afea5e17"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Anytype.app\" && cp -r \"Anytype.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Local-first and end-to-end encrypted notes app",
    "homepage": "https://anytype.io/"
  }
}