Aside icon

Aside 1.0.728.1

Web browser with built-in AI assistant

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "aside",
  "version": "1.0.728.1",
  "src": {
    "url": "https://releases.aside.com/dev-updater/Aside-1.0.728.1.dmg",
    "sha256": "cf85129b65175e19e15e6918c8b0a053a6220cf12c6a0c0121cc3abfc1ce9cef"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Aside.app\" && cp -r \"Aside.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Web browser with built-in AI assistant",
    "homepage": "https://aside.com/"
  }
}