How to install Algo VSCode onto Mac OS


Vsevolod Karpenko
Last Updated: 1 hour ago

----------------------> Installation file <----------------------


General information

To study in Python courses, you need to install additional software — the Algo Visual Studio Code editor.

The student’s computer must have the Algorithmics version of VS Code installed.


We don't support using the original VS Code program, as no stable method has been found for installing the algopython extension, which integrates the learning platform with the program used during lessons.


Installation requirements

Check the technical requirements for the computer and operating system:

  • Minimum: macOS Ventura 13+

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

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

  • Install under the PC Administrator account

If your computer has multiple user accounts, installation must be performed from the same account where the program will be used. Other accounts will not have access.
For example, if your child has a separate account, installation must be done under that account.

  • Use a username written in Latin characters

Example: Python. Due to technical limitations, accounts named in Cyrillic may cause errors in some functions of the code editor.

  • Check the correct date and time settings on the PC

Your computer must have the correct date and time set; otherwise, file-saving problems may occur.

  • Disable antivirus software and browser extensions

You must disable all antivirus software before installing Algo VS Code, as it may block required installation packages.

How to disable antivirus on your PC

Step-by-Step installation guide

The steps differ depending on whether you are installing the program for the first time or reinstalling it:


Initial 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.

  1. 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.

This may take 10–15 minutes. The window may display "Finishing installation" for a while — the process is still ongoing.

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


Checking installation and program functionality

After installation, it is important to verify that the program works correctly:

  1. Launch the program.

  2. Confirm that the login window for the learning platform appears.

  3. In the Extensions tab, ensure only two extensions are installed:

    • algopython

    • Python (by Microsoft)

  4. Verify that the algopython extension version is v20250624.103906.0 or higher.

  5. Check that the correct Python interpreter is being used.

    • In the bottom-left corner of the program, you should see: Python 3.9.13 64-bit.


Next, test the code editor:

  1. Create a new file: "File" → "New File".

  2. Select file type: "Text File".

  3. Type: print('Hello, world!')

  4. Save the file with a .py extension: "File" → "Save As".

  5. After saving, Algo VS Code will recognize the file as Python code, and syntax highlighting will appear.

  6. Run the program by pressing "F5" or the "Run Code" button.

  7. If installed correctly, the terminal will display the output: "Hello, world!"


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 Initial Installation steps above.


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?