Anytype icon

Anytype 0.52.3

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.3",
  "src": {
    "url": "https://anytype-release.fra1.cdn.digitaloceanspaces.com/Anytype-0.52.3-mac-arm64.dmg",
    "sha256": "8475a87738495f0d531c18f31a5641a7005ea5fcff5f20a9461eab7f0462bb26"
  },
  "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/"
  }
}