Impel icon

Impel 1.0.4

AI Companion

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "impel",
  "version": "1.0.4",
  "src": {
    "url": "https://impel-sparkle-updater.fly.dev/impel_1_0_4.tar.xz",
    "sha256": "ca2070f890d9921165058860134f60491438bed0c5db83de67aad8f7369b5ff6"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Impel.app\" && cp -r \"Impel.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "AI Companion",
    "homepage": "https://www.tryimpel.com/"
  }
}