OpusAI 1.2 Source
The download contains the Python application source, integrated PerformanceLab benchmark engine and report visualizer, QSS, helper scripts, project documentation, requirements and baseline project data included with the supplied source package.
Release format
| Item | Value |
|---|---|
| Application | OpusAI |
| Release | 1.2 |
| Distribution | Source only |
| Primary platform | Linux |
| Interface | PySide6 |
| LLM runtime | Ollama |
| PerformanceLab baseline engine | 1.0.3 |
What is in the source package?
The supplied source tree includes the main opusai.py application, PerformanceLab package, report visualizer, QSS, runner/build helpers, configuration/history/report directories and the bundled Markdown documentation.
Why source only?
This release page intentionally distributes the source archive rather than a prebuilt executable. The project includes a PyInstaller build.sh for users who want to produce a local one-file, windowed build against their own Linux environment.
Before running
Install Ollama and at least one local model, then follow the Installation guide. The canonical source launcher creates a local virtual environment and installs the required PySide6 dependency inside it.