A cross-platform desktop application used to run autonomous agents powered by the OLAS Network.
Note: The release pages also contain Source Code .zip files and dev- prefixed builds. These are not intended for general use. Ignore them unless you're a developer!
- Go to the Releases page.
- Download the latest release for your operating system.
- If you're on Windows, download the
.exefile. - If you're on MacOS, download the
.dmgfile.- Both Intel x64 and Apple Silicon ARM64 builds are available.
- If you're on Windows, download the
- Install the application by running the downloaded file.
If you want to use a specific service hash, for testing purposes, follow these steps:
./frontend/constants/serviceTemplates.ts: Ensure that the hash you want to use is correctly referenced in the appropriate service templatehash../frontend/config/agents.ts: Ensure that the corresponding service hasisAgentEnabled: true.
There are three parts to the project: the Electron app (CommonJS), the NextJS frontend (TypeScript), and the Python backend/middleware.