aakarim/Build OpenLore Binary
Build an OpenLore binary with your docs embedded for distribution to AI agents
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 15, 2026
- License
- MIT
Pinned Snippet
uses: aakarim/go-openlore@6dd2f97b21ad1932262e2de0d1dd1789491c7235 # v0.3.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| docs-dir | Path to documentation directory to embed | yes | — |
| config | Path to openlore.yml config file (optional) | no | "" |
| auth | Path to lore.json auth config file (optional) | no | "" |
| skills-dir | Path to skills directory (optional) | no | "" |
| version-file | Path to VERSION file (optional, defaults to auto-generated) | no | "" |
| output-dir | Directory for output binaries | no | dist |
| platforms | Comma-separated list of GOOS/GOARCH pairs to build | no | linux/amd64,linux/arm64,darwin/amd64,darwin/arm64,windows/amd64 |
| binary-name | Name for the output binary | no | openlore |
Outputs
| name | description |
|---|---|
| binaries | Comma-separated list of built binary paths |