Optees v0.11.0
What's new in 0.11.0
- Continuous convex Quadratic Programming through OSQP, with
versioned contracts, desktop formulation and result views,
independent KKT validation, and Maros–Mészáros benchmark evidence. - Linear Min-Max loss and Max-Min reward optimization over finite
scenarios, with continuous or discrete decisions, independent
reconstruction, and complete GUI, CLI, REST, and MCP delivery. - Refined bilingual educational pages, JSON import/export, solver
diagnostics, and public website documentation for both families. - Packaged SVG reporting support and expanded native reporting smoke
verification.
Downloads
| Platform | File | Notes |
|---|---|---|
| macOS 14+ (Apple Silicon) | optees-macos-arm64.dmg |
Open DMG → drag optees.app to Applications |
| Windows 10/11 (x64) | optees-windows-x64-setup.exe |
Per-user installer; no administrator privileges required |
| Windows 10/11 (x64, portable) | optees-windows-x64-portable.zip |
Unzip and run optees.exe; no installation or automatic replacement |
| Ubuntu/Debian (x86_64) | optees-linux-x86_64.deb |
Native package with GNOME desktop integration |
| Linux (x86_64, portable) | optees-linux-x86_64.AppImage |
Portable fallback; see instructions below |
macOS
Open the DMG and drag optees.app to Applications.
Official release artifacts are Developer ID signed and notarized
when the repository has Apple signing secrets configured.
Contributor/test builds without those secrets are ad-hoc signed and
may still require right-click optees.app → Open on first launch.
Windows
Use optees-windows-x64-setup.exe for a normal per-user
installation under Local AppData. The portable ZIP is intended for
temporary or restricted environments and is not an installer.
Windows Defender SmartScreen may warn about an unrecognised publisher.
Click More info → Run anyway.
Linux
On Ubuntu or Debian, install the native package:
sudo apt install ./optees-linux-x86_64.debOptees then appears in the desktop application launcher. The
AppImage remains available as a portable alternative:
chmod +x optees-linux-x86_64.AppImage
APPIMAGE_EXTRACT_AND_RUN=1 ./optees-linux-x86_64.AppImageIf the app fails to start, install: sudo apt install libgl1 libegl1