1. Run the downloaded installer
bash install.shReview the script, then run it. It installs to a user-local destination, validates prerequisites, and prints PATH guidance. On Windows, run install.ps1 in PowerShell instead.
Website-owned release downloads
Download a checked release, initialize a repository, and hand your first scoped task to a coding agent. Everything runs locally: no signup, no license file, and no online activation for evaluation.
Quickstart
bash install.shReview the script, then run it. It installs to a user-local destination, validates prerequisites, and prints PATH guidance. On Windows, run install.ps1 in PowerShell instead.
day-shift init
day-shift doctorRun inside any git repository. init creates the .day-shift workspace beside your code; doctor confirms the workspace is healthy before any planning starts.
day-shift spec add --entry-file .day-shift/specs/spec-entry.<name>.jsonRegister a spec, break it into implementation-sized tasks, and hand the task definition to the coding assistant you already use. Evidence lands back in the repository.
What appears in your repository
.day-shift/config.tomlMarks the repository as an initialized Day Shift workspace.
.day-shift/specs/Durable intent: the specifications your planning traces back to.
.day-shift/planning/Slices, phases, milestones, task definitions, and implementation summaries.
.day-shift/workflows/Guided workflows, including the canonical first-project walkthrough.
Archives, installers, manifests, checksums, and release notes remain versioned website-owned release outputs.
Use the canonical installation page for exact-version selection, verification, platform execution, PATH checks, and next steps.