specability
v0.3.0
Published
Free local coding-agent harness distributed as Specability Core.
Downloads
465
Readme
Specability Core
Specability Core is a free local agent harness for coding workflows.
This repository distributes free local builds, checksums, release notes, installation instructions, and feedback channels for Specability Core.
The complete source code and advanced method packs are developed privately.
What You Get
- A local
specabilitycommand-line binary. - Coding-focused Starter Pack content.
- Local runtime state stored under your project.
- Host integration for agent workflows.
- No automatic upload of source code, runtime state, or workflow data.
Install
macOS and Linux install script:
curl -fsSL https://raw.githubusercontent.com/SpecabilityAI/specability-core/main/install.sh | shNode/npm users:
npm install -g specabilityHomebrew users:
brew tap SpecabilityAI/tap
brew trust specabilityai/tap
brew install specabilityWindows PowerShell:
iwr https://raw.githubusercontent.com/SpecabilityAI/specability-core/main/install.ps1 -UseB | iexSee docs/install.md for the review-before-run PowerShell path.
To install a specific preview:
curl -fsSL https://raw.githubusercontent.com/SpecabilityAI/specability-core/main/install.sh | sh -s -- --version v0.1.0-preview.1Windows users can also download the zip from GitHub Releases.
Supported preview targets:
- macOS Apple Silicon:
darwin_arm64 - macOS Intel:
darwin_amd64 - Linux x64:
linux_amd64 - Linux arm64:
linux_arm64 - Windows x64:
windows_amd64
See docs/install.md for platform-specific steps, package manager notes, custom install directories, and uninstall instructions.
Verify A Download
Every release includes checksums.txt.
grep 'specability-core_<version>_<platform>_<arch>' checksums.txt | shasum -a 256 -c -The macOS/Linux installer downloads checksums.txt and verifies the selected
archive before installing.
The npm and PowerShell installers also verify SHA256 checksums before exposing
the specability command.
See docs/verify.md for details.
Activate
After installing, choose the AI coding tool you use and activate Specability:
specability install hook --host claude --scope global # Claude Code
specability install hook --host codex --scope global # Codex CLI
specability install hook --host gemini --scope global # Gemini CLIThen open a new agent session. Specability will automatically load its concise main-agent workflow guidance when that session starts.
Verify
specability doctorFeedback
Specability Core does not send telemetry automatically. Feedback is explicit: you choose what to share.
Use GitHub Issues for:
- Installation or runtime bugs.
- Real workflow feedback.
- Requests for new methodology content or workflow support.
See docs/feedback.md.
Product Line
- Specability Core: free local coding-agent harness with the Starter Pack.
- Specability [Domain]: domain expansions shaped with partners.
- Specability Enterprise: paid enterprise customization and deployment.
Repository Boundary
This is a public distribution repository. It is not the complete product source repository.
It contains public documentation, installation guidance, feedback templates, and release artifacts. It does not contain the complete source code, full method library, Partner Packs, Domain Previews, Domain Products, or Enterprise content.
