Skip to content

Repository files navigation

Made with COMPAS PyPI Package latest release Docker Image Version License DOI

Antikythera Antikythera

An all knowing, all controlling, robotic and otherwise, process manager.

Antikythera

Antikythera is an distributed system for orchestration of fabrication processes in the context of architecture and construction.

Installation

Stable releases can be installed from PyPI.

pip install antikythera

To install the latest version for development, do:

git clone https://github.com/gramaziokohler/antikythera.git
cd antikythera
pip install -e ".[dev]"

Documentation

For further "getting started" instructions, a tutorial, examples, and an API reference, please check out the online documentation here: antikythera docs

Docker

git clone https://github.com/gramaziokohler/antikythera.git
cd antikythera
docker compose build           # build the image (only needed once, or after code changes)
docker compose up -d           # start all services

This builds the antikythera:latest image and starts all services (Redis, MQTT broker, orchestrator, agents, frontend). To restart without rebuilding, just run docker compose up -d again.

Issue Tracker

If you find a bug or if you have a problem with running the code, please file an issue on the Issue Tracker.

Releases

Packages

Contributors

Languages