https://github.com/pedropombeiro/opencode-legacy-glibc
Legacy GLIBC builds for OpenCode
https://github.com/pedropombeiro/opencode-legacy-glibc
glibc-compatibility opencode qnap-nas
Last synced: 2 days ago
JSON representation
Legacy GLIBC builds for OpenCode
- Host: GitHub
- URL: https://github.com/pedropombeiro/opencode-legacy-glibc
- Owner: pedropombeiro
- Created: 2026-01-28T08:13:39.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-05-15T00:50:18.000Z (18 days ago)
- Last Synced: 2026-05-15T02:44:30.184Z (18 days ago)
- Topics: glibc-compatibility, opencode, qnap-nas
- Language: Shell
- Homepage: https://opencode.ai
- Size: 68.4 KB
- Stars: 15
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenCode Legacy GLIBC Builds
Automated builds of [OpenCode](https://github.com/anomalyco/opencode) with bundled musl libraries for systems with older GLIBC versions (e.g., QNAP NAS).
[](https://github.com/pedropombeiro/opencode-legacy-glibc/actions/workflows/build.yml)
## Installation
### Using mise
```bash
mise install github:pedropombeiro/opencode-legacy-glibc@latest
```
### Manual
1. Download the latest release from the [Releases](https://github.com/pedropombeiro/opencode-legacy-glibc/releases) page
2. Extract the tarball
3. Run `./opencode/bin/opencode`
## How it works
A scheduled GitHub Action checks daily for new releases from the upstream OpenCode repository and builds a version with bundled musl libraries, allowing it to run on systems with older GLIBC versions.