Under Construction

Downloads

Install ClockWorkDB and get your environment ready with a quick command, then follow the guide for first-run verification.

Download and Install

Use this page as your primary install guide for ClockWorkDB.

1) Choose your target environment

  • Linux servers (Ubuntu/Debian recommended for first install)
  • Local workstation for development and testing
  • Containerized environment for CI/CD

2) Pull and run

  • Use the one-line bootstrap command below to install the runtime and CLI.
  • Confirm the install with clockworkdb --version.
  • Open the docs and run the quickstart workload.

3) Verify connectivity

  • Start the local service.
  • Run a basic connection test.
  • Create your first datastore and insert sample records.

Quick install

curl -fsSL https://downloads.curatedtimetech.com/install.sh | bash