Aside icon

Aside 1.0.724.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.724.1",
  "src": {
    "url": "https://releases.aside.com/dev-updater/Aside-1.0.724.1.dmg",
    "sha256": "fb19bacc41eea35438939c2c8c9a413575c10ebc0a0882f2d85a2fcd23b0d6ee"
  },
  "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/"
  }
}