This repository contains the self-extracting installer for Clara Timemachine. It is the distribution point for customer deployments.
One-line install:
curl -fsSL https://raw.githubusercontent.com/faros-ai/clara-install/main/install.sh -o install.sh && bash install.shThe installer will:
- Create a
clara-timemachine/directory with all necessary files - Pull the Clara Docker image (prompts for Docker Hub credentials if needed)
- Launch an interactive setup wizard to configure credentials and generate a pipeline
After setup, run your pipeline:
cd clara-timemachine
./run.sh pipelines/<your-pipeline>.yamlThis repo is updated automatically by installer/release.sh in the clara repo.
To publish an update:
cd /path/to/clara/installer
./release.sh # auto-increment version
./release.sh v1.2.0 # specific versionThis regenerates install.sh from the current installer/ contents, pushes it here, and creates a tagged release.
The installer is a bash script with an embedded base64-encoded tarball containing:
setup.sh— interactive setup wizardrun.sh— Docker run wrapper (with proxy support).env.example— documented environment variable templatepipelines/— example pipeline YAML templates for Claude and Codexbuild.sh— local Docker image build helperREADME.md— customer-facing documentation
No Clara source code is included.