{"id":48002033,"url":"https://github.com/statiolake/neovim-binaries","last_synced_at":"2026-04-07T06:01:22.126Z","repository":{"id":305972978,"uuid":"1024566121","full_name":"statiolake/neovim-binaries","owner":"statiolake","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-31T04:03:44.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-04T12:32:29.717Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/statiolake.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-22T23:02:31.000Z","updated_at":"2025-10-14T14:48:16.000Z","dependencies_parsed_at":"2025-07-23T01:08:04.616Z","dependency_job_id":"126563cc-9c99-43be-b110-31a1d4c33c2e","html_url":"https://github.com/statiolake/neovim-binaries","commit_stats":null,"previous_names":["statiolake/neovim-binaries"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/statiolake/neovim-binaries","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statiolake%2Fneovim-binaries","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statiolake%2Fneovim-binaries/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statiolake%2Fneovim-binaries/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statiolake%2Fneovim-binaries/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/statiolake","download_url":"https://codeload.github.com/statiolake/neovim-binaries/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statiolake%2Fneovim-binaries/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31501903,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-04T12:23:56.832Z","updated_at":"2026-04-07T06:01:22.120Z","avatar_url":"https://github.com/statiolake.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neovim Binaries with Old GLIBC Support\n\nThis repository provides Neovim binaries compiled with old GLIBC for compatibility with older Linux distributions.\n\n## Problem\n\nOfficial Neovim binaries require newer GLIBC versions that are not available on older Linux distributions like CentOS 7, Ubuntu 16.04, or Debian 8.\n\n## Solution\n\nWe compile Neovim in a Debian Jessie environment to ensure maximum compatibility with older systems.\n\n## Available Architectures\n\n- **x86_64**: Intel/AMD 64-bit systems\n- **arm64**: ARM 64-bit systems (aarch64)\n\n## Downloads\n\nCheck the [Releases](https://github.com/YOUR_USERNAME/neovim-binaries/releases) page for the latest binaries.\n\n## Installation\n\n1. Download the appropriate tarball for your architecture:\n   ```bash\n   wget https://github.com/YOUR_USERNAME/neovim-binaries/releases/latest/download/nvim-linux-x86_64.tar.gz\n   ```\n\n2. Extract the tarball:\n   ```bash\n   tar -xzf nvim-linux-x86_64.tar.gz\n   ```\n\n3. Add to your PATH or copy to a system directory:\n   ```bash\n   # Option 1: Add to PATH\n   export PATH=\"$PWD/nvim-linux-x86_64/bin:$PATH\"\n   \n   # Option 2: Copy to system directory\n   sudo cp -r nvim-linux-x86_64/* /usr/local/\n   ```\n\n## Directory Structure\n\nEach release contains:\n```\nnvim-linux-{arch}/\n├── bin/\n│   └── nvim\n└── share/\n    └── nvim/\n        ├── runtime/\n        └── ...\n```\n\n## Automated Builds\n\n- Builds are automatically triggered daily to check for new Neovim releases\n- If a new version is detected, binaries are built and released automatically\n- Manual builds can be triggered via GitHub Actions\n\n## Building Locally\n\nTo build locally:\n\n```bash\n# For x86_64\n./build.sh x86_64\n\n# For arm64 (requires Docker with multi-arch support)\n./build.sh arm64\n```\n\n## Compatibility\n\nThese binaries are built on Debian Jessie and should work on:\n- CentOS/RHEL 7+\n- Ubuntu 16.04+\n- Debian 8+\n- Most other Linux distributions from ~2015 onwards\n\n## License\n\nThis repository contains build scripts and automation. Neovim itself is licensed under Apache 2.0 / MIT.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatiolake%2Fneovim-binaries","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstatiolake%2Fneovim-binaries","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatiolake%2Fneovim-binaries/lists"}