How to install Algo VSCode onto Mac OS


Vsevolod Karpenko
Last Updated: 11 hours ago

Python.png

logo_sign_A.png Installation file logo_sign_A.png


General Information and Mandatory Installation Requirements

To study on the Python courses, you must install additional software — the Algo Visual Studio Code editor.

The student’s computer must have the special VS Code version provided by Algorithmics.

The original VS Code is not supported for this course because there is no stable method to install the algopython extension, which integrates the learning platform with the code editor.

This special version of the program was developed specifically for the courses, is fully compatible with the Algorithmics learning platform, and already includes the required libraries for working with tasks.


Installation Requirements

  • Install the program in advance.
    This will allow you to test its functionality and contact technical support in case of unexpected issues.

  • Make sure your computer and OS fully comply the minimum technical requirements.

Technical requirements for PC and software for courses in the new academic season 2025/2026

For macOS:

  • Minimum: macOS Ventura 13+

  • Supported: Ventura 13+, Sonoma 14+ and higher

If the OS version does not meet these requirements, Algo VS Code will not install correctly, and there is a high chance of errors and malfunctions.

  • Run installation as a system administrator.
    If the computer has multiple user accounts, installation must be performed from the account where the program will be used. Other accounts will not have access.

  • The account name must use Latin characters.
    Example:
    Python. Accounts created with Cyrillic characters may cause errors in some code editor functions.

  • Check system date and time settings.
    Incorrect date or time can cause issues with saving files.

  • Disable antivirus software and its browser extensions.
    Antivirus software may block the download and installation of required packages.
    Ensure only one antivirus is installed to avoid conflicts.

    If your antivirus continues running in the background after being disabled (e.g., Kaspersky, Avast, McAfee, 360+), try the following:

    1. Add folders to antivirus exceptions:

      • Add the Downloads folder to exceptions before downloading the installer.

      • Download and install the program.

      • After installation, add the installer file itself to exceptions.

      • Test the program. If it works, you may remove Downloads from exceptions, but keep the Algo folder excluded.

    2. Completely uninstall the antivirus.

    3. Create a new user account without antivirus protection.


After completing these steps, you can proceed with installation.


Step-by-Step Installation Guide

Depending on whether you are installing Algo VS Code for the first time or reinstalling, follow the appropriate instructions.


Primary Installation

  1. Download the installer by clicking Download.

    If your browser warns: "Failed to check file for viruses", click Download anyway.

  2. Once downloaded, go to the Downloads folder and double-click the installer file, or launch it directly from the browser’s download panel.

  3. You will see a warning that the app developer is not verified.

    • Click OK and go to System Settings → Privacy & Security → Security.

    • Choose Allow apps downloaded from App Store and identified developers.

  4. On the General tab, unlock the settings with your password if required, and confirm.

  5. Launch the algopython.pkg installer again and click Open.

  6. Installation steps:

    • Step 1: Click Continue.

    • Step 2: Select Install for me only → Continue.

    • Step 3: Click Install and wait until the process is finished.

  7. Close the installer. Algo VS Code can now be opened via the desktop shortcut.


Reinstallation

If Algo VS Code was previously installed, you must completely remove it before reinstalling a new version (“clean reinstall”).

  1. Delete the program using the standard method.

  2. In Finder, search for Algoritmika and delete all found files.

  3. Delete folders named miniconva and VSCode if they exist.

  4. Remove the program shortcut from the desktop (if present).

  5. Empty the Trash.

  6. Download the new installer.

  7. Follow the Primary Installation steps above.


Verifying Installation

After installation, check that the program works correctly:

  1. Launch Algo VS Code and ensure you see the login window for the learning platform.

  2. On the Extensions tab, confirm only two extensions are installed:

    • algopython

    • Python (by Microsoft)

  3. The algopython extension version must be at least v20250624.103906.0.

  4. Check the Python interpreter version in the bottom-left corner. It must be 3.9.13 64-bit.

  5. Test editor functionality:

    • Create a file: File → New File and type: print('Hello, world!')

    • Save it as a .py file (File → Save As, then select Python as file type).

    • Run the code by pressing F5 or the run button.

  6. If installation is successful, the terminal should display: Hello, world!


If you encounter any issues, please contact Algorithmics Technical Support — we’ll be happy to help! 💜

How can I contact support and what questions can I ask?


Was this article helpful?