An open API service indexing awesome lists of open source software.

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

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).

[![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.