A cross-platform desktop application used to run autonomous agents powered by Olas.
Note: The release pages also contain Source Code .zip files. 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/constants/serviceTemplates.ts: Ensure the service template has corresponding to the hash you update service_version and agent_release.repository.version (you can runscripts/js/check_service_templates.tsto check it)./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.