Skip to content

Installation Guide

Assista IDE is distributed for Linux (Ubuntu/Debian) and macOS environments. The following procedures outline the steps required for a standard installation.

Installation on macOS

For macOS, Assista IDE is provided as a Universal .dmg installer compatible with Intel and Apple Silicon (M-Series) architectures.

  1. Binary Acquisition: Download the macOS installer from the Assista Portal.
  2. Mount Volume: Locate and double-click the .dmg file to mount the installation volume.
  3. Deploy Application: Drag the Assista IDE binary into the system Applications directory.
  4. Initialization: Launch the application from the Applications folder or via Spotlight.

Security Verification

Upon initial execution, macOS Gatekeeper may require confirmation to open an application from an identified developer. Select Open to authorize the process.

Installation on Linux (Ubuntu / Debian)

For Linux environments, Assista IDE is distributed via the Snap package manager to ensure environment isolation and automated updates.

Package Deployment

Execute the following command in a terminal to install the Assista IDE package with classic confinement credentials:

bash
sudo snap install cybrosys-assista --classic

Initial Execution

The application can be initialized via the system applications menu or via the command line:

bash
cybrosys-assista

Update Management

To synchronize with the latest stable release, execute the refresh command:

bash
sudo snap refresh cybrosys-assista

After successful installation, follow the Onboarding Assistant Guide to configure your development workspace.