Quick start

Download eduActiv8
Pre-built packages for Windows and macOS. No traditional installation required.
  1. Download the latest release from SourceForge.
  2. Extract the downloaded archive to a folder of your choice.
  3. Open the folder and double-click eduactiv8.exe to launch.

No installer is needed — the application runs directly from the extracted folder.

Antivirus warning

Some antivirus software may flag the executable as suspicious. This is a common issue with independently packaged open-source software and is not a genuine threat. You can always review the code or run from source if you prefer.

Linux packages

Linux builds are maintained via the OpenSUSE Build Service and are available for a range of distributions. Installation steps vary by distribution, so please follow the instructions on the package page.

Browse Linux packages

eduActiv8 is also available directly through the package repositories of several distributions, including Debian, Ubuntu, and Mageia, where it may be installed using your standard package manager.

Running from source

If you are comfortable working with Python, eduActiv8 can be run directly from its source code. This is the recommended option for more experienced users who prefer working with a local Python environment.

Dependencies

Dependency Version Required? Notes
Python 3+ Required Any current Python 3 release
Pygame Compatible with your Python version Required Check compatibility with your Python version
eSpeak Any Optional Enables text-to-speech and listening activities. Without it, those features are disabled.

Launching the application

Once dependencies are installed, run the application from your terminal:

Terminal
python path/to/eduactiv8.py
Windows note for eSpeak

On Windows, if using eSpeak, you may need to add its command-line folder to your system PATH before the text-to-speech features will function.

If you are unsure about setting up dependencies or modifying environment settings, using the pre-built executable is the easiest option.

Compatibility

eduActiv8 is designed to run on a wide range of systems, including older and lower-powered machines.

Supported platforms

  • Windows
  • macOS
  • Linux
  • Raspberry Pi

Hardware requirements

Component Minimum Notes
Processor 1 GHz Designed to run well on low-powered and older machines
Memory (RAM) Typically under 100 MB Most activities use well under 100 MB. Some activities (such as Paint) may require more. On Linux, 512 MB total system memory is generally sufficient.

Notes

Antivirus warnings

False positives from antivirus software

eduActiv8 is packaged using tools such as PyInstaller to create standalone executables. Some antivirus software may incorrectly flag these files as suspicious.

This is a common and well-documented issue with smaller open-source applications that are not distributed through commercial certification channels. eduActiv8 is free and open-source — you can always review the code directly on GitHub, or run the application from source if you prefer.

Android support

No longer available on Android

eduActiv8 is no longer available on Android. The tools previously used to build the Android version are now outdated and incompatible with modern systems — particularly due to 64-bit requirements.

At present, there are no plans for a new Android release.

Need help?

If you run into any issues with installation, or have questions about getting eduActiv8 running on your system, the GitHub repository is the best place to start.