# opencode-legacy-glibc **Repository Path**: zeronesun/opencode-legacy-glibc ## Basic Information - **Project Name**: opencode-legacy-glibc - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-09 - **Last Updated**: 2026-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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). [![Build for legacy GLIBC](https://github.com/pedropombeiro/opencode-legacy-glibc/actions/workflows/build.yml/badge.svg)](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.