Quick start
- Download the latest release from SourceForge.
- Extract the downloaded archive to a folder of your choice.
- Open the folder and double-click
eduactiv8.exeto launch.
No installer is needed — the application runs directly from the extracted folder.
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.
- Download the latest release from SourceForge.
- Extract the archive if needed.
- Open
eduactiv8.appto launch the application.
If macOS warns you that the application is from an unidentified developer, you can right-click the app and choose Open to bypass the initial warning.
Pre-built Linux packages are available via the OpenSUSE Build Service, covering a range of distributions. See the Linux packages section below for full details.
For supported distributions, packages can be installed using your system's standard package manager. Follow the instructions on the package page for your specific distribution.
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 packageseduActiv8 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:
python path/to/eduactiv8.py
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
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
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.