Open source, web-based, show control software and visualizer
ASLS Studio is currently in beta version and available for download through its GitHub repository. This guide will help you set up ASLS Studio on your machine.
Warning: ASLS Studio is in early beta phase. Features are provided as-is, without guarantees. Please report any issues on the project's repository.
Full software documentation is available at studio.asls.io.
- RAM: 4GB minimum (8GB or more recommended)
- Graphics: Integrated graphics with WebGL 1.0 / WebGL 2.0 support (Dedicated GPU recommended)
- Operating System: Any OS supporting the required software
- Node.js: v16.15.1 or higher
- Browser: Latest version of Chrome, Firefox, or Opera
-
Clone the Repository
Open a terminal and navigate to your desired installation directory. Then run:
git clone https://github.com/ASLS-org/studio
-
Navigate to Project Directory
cd studio
-
Install Dependencies
npm install
To start ASLS Studio on a local development server:
-
Run the following command:
npm start
-
Open your browser and navigate to http://localhost:5173
To create a production build:
-
Run the build command:
npm run build
-
Locate the built files in the
./dist
folder at the project root.
If you encounter any issues during installation or usage, please report them on the ASLS Studio GitHub repository.