Skip to main content

Specification and architecture driven code generation toolkit.

Project description

Ossature

CI codecov PyPI Downloads

License: MIT Docs Discord

[!WARNING] Ossature is currently in its 0.x series and should be considered unstable. APIs, spec formats, CLI flags, and internal behavior may change significantly between releases without prior deprecation. Pin your version and check the changelog before upgrading.

An open-source build system that turns specs and architecture into working code.

You write a spec for what the software does, optionally lay out the architecture for how it fits together, and Ossature turns that into a build plan that runs step by step, with an LLM generating the code under tight constraints. Your specs and architecture are the source, the generated code is the output. You review the plan before anything runs, and when something breaks you fix that step and keep going instead of starting over.

Works with Anthropic, OpenAI, Mistral, Google, and most other hosted providers, as well as local models through Ollama.

Ossature (pronounced OSS-uh-cher) means the underlying framework or skeleton of a structure.

Quick start

Requires Python 3.14+.

pip install ossature

Or run it directly with uvx:

uvx ossature --version

Set your LLM provider API key:

export ANTHROPIC_API_KEY="sk-ant-..."
# or OPENAI_API_KEY, MISTRAL_API_KEY, etc.

Create and build a project:

ossature init myproject && cd myproject
ossature new my-feature
# edit specs/my-feature.smd
ossature validate
ossature audit
ossature build

The default model is anthropic:claude-sonnet-4-6. To use a different model, set the model field in ossature.toml:

[llm]
model = "openai:gpt-5.2"  # or mistral:devstral-latest, etc.

The API key you export must match the provider in your model string (e.g., OPENAI_API_KEY for openai:…). See the configuration docs for per-role overrides and all available options.

Examples

See ossature-examples for complete projects with specs, build plans, and generated code.

Documentation

Full docs at docs.ossature.dev. The workflow guide walks through a complete project from init to generated code.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ossature-0.1.1.tar.gz (97.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ossature-0.1.1-py3-none-any.whl (135.9 kB view details)

Uploaded Python 3

File details

Details for the file ossature-0.1.1.tar.gz.

File metadata

  • Download URL: ossature-0.1.1.tar.gz
  • Upload date:
  • Size: 97.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ossature-0.1.1.tar.gz
Algorithm Hash digest
SHA256 ba6f54e71e155d5a21cd206523f2a84d28036406cef627c5ff10ae780694991d
MD5 37bdaa19ba66daa5cde18a34df443f93
BLAKE2b-256 3023e7de62d79713df2c5e9b6f92429c529d53acc7ef5b8b884831e0fafa1c5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for ossature-0.1.1.tar.gz:

Publisher: release.yml on ossature/ossature

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ossature-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: ossature-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 135.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ossature-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 07c3ae02b264c8da4c931447306d37e8e90f1325e26b104d641ade314cacb2c5
MD5 518664cf4f13246753ed751f77434b43
BLAKE2b-256 e7213326041af63431f7f3e52a20d1af327048115abc43abf3e41bb15dc39b58

See more details on using hashes here.

Provenance

The following attestation bundles were made for ossature-0.1.1-py3-none-any.whl:

Publisher: release.yml on ossature/ossature

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page