----------------------> 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.
Step-by-Step installation guide
The steps differ depending on whether you are installing the program for the first time or reinstalling it:
If installing for the first time — follow the instructions for Initial installation.
If reinstalling — follow the instructions for Reinstallation.
Initial installation
Download the installer by clicking Download.

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

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

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.

On the General tab, unlock the settings with your password if required, and confirm.
Launch the
algopython.pkginstaller again and click Open.

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.

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:
Launch the program.
Confirm that the login window for the learning platform appears.

In the Extensions tab, ensure only two extensions are installed:
algopython
Python (by Microsoft)

Verify that the algopython extension version is
v20250624.103906.0or higher.
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:
Create a new file: "File" → "New File".
Select file type: "Text File".

Type:
print('Hello, world!')Save the file with a
.pyextension: "File" → "Save As".After saving, Algo VS Code will recognize the file as Python code, and syntax highlighting will appear.

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

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”).
Delete the program using the standard method.
In Finder, search for Algoritmika and delete all found files.
Delete folders named miniconva and VSCode if they exist.
Remove the program shortcut from the desktop (if present).
Empty the Trash.
Download the new installer.
Follow the Initial Installation steps above.
If you encounter any issues, please contact Algorithmics Technical Support — we’ll be happy to help! 💜