All platforms

Download for Nix

Current version v1.6.3-stable|View changelog

Run directly

Copy and run this command in your terminal.

nix run github:Aster-IDE/AsterIDE

Add flake input

Copy and run this command in your terminal.

{
  inputs.asteride.url = "github:Aster-IDE/AsterIDE";

  outputs = { self, nixpkgs, asteride, ... }@inputs: {
    nixpkgs.overlays = [ asteride.overlay ];
  };
}