Coders.Open.Runtime 0.7.6

dotnet add package Coders.Open.Runtime --version 0.7.6
                    
NuGet\Install-Package Coders.Open.Runtime -Version 0.7.6
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Coders.Open.Runtime" Version="0.7.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Coders.Open.Runtime" Version="0.7.6" />
                    
Directory.Packages.props
<PackageReference Include="Coders.Open.Runtime" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Coders.Open.Runtime --version 0.7.6
                    
#r "nuget: Coders.Open.Runtime, 0.7.6"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Coders.Open.Runtime@0.7.6
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Coders.Open.Runtime&version=0.7.6
                    
Install as a Cake Addin
#tool nuget:?package=Coders.Open.Runtime&version=0.7.6
                    
Install as a Cake Tool

Coders DSL (Open Core)

Coders is a project-definition language (DSL) that compiles a single source of truth into multi-target outputs (e.g., backend, frontend, docs, tests, infra).
This repository contains the Open Core: language spec, parser/AST/IR pipeline, minimal codegen targets, and a CLI.

✅ Open Core focuses on deterministic compilation and language correctness.
🔒 Commercial features (LLM hybrid engine, Word/PDF exporters, test/infra runners, policy/audit, private registry) are not included.

📘 Official Manual

Status

  • Open Core: in progress
  • File extension: .coders (legacy .jssp may be supported later as an alias)

Quick Start (WIP)

This project is under active development.
For now, please see:

Repository Layout (minimal)

  • docs/ : language docs & architecture notes
  • examples/ : runnable examples and expected outputs (golden files)
  • src/ : engine, CLI, and minimal codegen targets
  • .github/workflows/ci.yml : public CI for build + example verification (no secrets, no deployment)

What is Open vs Commercial?

Open Core includes:

  • Language spec + parser + AST/IR
  • Diagnostics and deterministic pipeline
  • Minimal code generation targets
  • Public plugin abstractions (interfaces)

Commercial (not in this repo):

  • LLM hybrid engine & prompt assets
  • Word/PDF spec exporters
  • Test exporters/runners (e.g., JMeter/k6/Playwright)
  • Infra deploy/apply runners and safety policies
  • Enterprise policy/audit/private registry, licensing

See docs/00-why-open.md.

Contributing

Contributions are welcome.
Please open an issue first if you are proposing syntax changes, as language design is intentionally conservative.

License

Apache License 2.0 — see LICENSE.
See NOTICE for additional notices.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.7.6 92 1/18/2026
0.7.5 93 1/10/2026
0.7.0 99 1/8/2026