Anytype icon

Anytype 0.50.5

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.50.5",
  "src": {
    "url": "https://anytype-release.fra1.cdn.digitaloceanspaces.com/Anytype-0.50.5-mac-arm64.dmg",
    "sha256": "971f78d9a6b43550dacd63264899fcaa7b5cfbe6b7f6e9ee933a3f7a97e7daf4"
  },
  "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/"
  }
}