{"id":50277652,"url":"https://github.com/debuggerdragon311/zed-appimage","last_synced_at":"2026-05-27T22:00:42.554Z","repository":{"id":360355469,"uuid":"1249774641","full_name":"debuggerdragon311/zed-appimage","owner":"debuggerdragon311","description":"About Code at the speed of thought – Zed is a high-performance, multiplayer code editor.","archived":false,"fork":false,"pushed_at":"2026-05-26T03:45:21.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-26T05:12:34.257Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/debuggerdragon311.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2026-05-26T02:59:45.000Z","updated_at":"2026-05-26T03:45:25.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/debuggerdragon311/zed-appimage","commit_stats":null,"previous_names":["debuggerdragon311/zed-appimage"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/debuggerdragon311/zed-appimage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debuggerdragon311%2Fzed-appimage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debuggerdragon311%2Fzed-appimage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debuggerdragon311%2Fzed-appimage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debuggerdragon311%2Fzed-appimage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/debuggerdragon311","download_url":"https://codeload.github.com/debuggerdragon311/zed-appimage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debuggerdragon311%2Fzed-appimage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33585203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-05-27T22:00:22.152Z","updated_at":"2026-05-27T22:00:42.548Z","avatar_url":"https://github.com/debuggerdragon311.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zed AppImage\n\n[![Zed](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zed-industries/zed/main/assets/badge/v0.json)](https://zed.dev)\n[![Build](https://github.com/debuggerdragon311/zed-appimage/actions/workflows/build-appimage.yml/badge.svg)](https://github.com/debuggerdragon311/zed-appimage/actions/workflows/build-appimage.yml)\n[![Latest Release](https://img.shields.io/github/v/release/debuggerdragon311/zed-appimage?label=AppImage)](https://github.com/debuggerdragon311/zed-appimage/releases/latest)\n[![License: MIT](https://img.shields.io/badge/license-MIT-green)](./LICENSE)\n[![Upstream License](https://img.shields.io/badge/upstream%20license-AGPL--3.0-blue)](https://github.com/zed-industries/zed/blob/main/LICENSE-AGPL)\n\nUnofficial AppImage packaging of [Zed](https://zed.dev) — a high-performance, multiplayer code editor from the creators of [Atom](https://github.com/atom/atom) and [Tree-sitter](https://github.com/tree-sitter/tree-sitter).\n\nZed ships Linux binaries as `.tar.gz` tarballs only. This repository automatically repackages every upstream release into a portable, single-file AppImage that runs on any Linux distribution without installation.\n\n---\n\n### Download\n\nGo to the [Releases](https://github.com/debuggerdragon311/zed-appimage/releases/latest) page and download the AppImage for your architecture.\n\n| File | Architecture |\n|---|---|\n| `zed-x86_64.AppImage` | Intel / AMD 64-bit (most Linux PCs) |\n| `zed-aarch64.AppImage` | ARM 64-bit (Raspberry Pi 4+, Asahi Linux) |\n\nEach release also includes a `.sha256` checksum file.\n\n---\n\n### Installation\n\n```bash\n# 1. Download (replace arch as needed)\nwget https://github.com/debuggerdragon311/zed-appimage/releases/latest/download/zed-x86_64.AppImage\n\n# 2. Make executable\nchmod +x zed-x86_64.AppImage\n\n# 3. Run\n./zed-x86_64.AppImage\n```\n\n**Optional — integrate with your desktop** (adds Zed to your app menu with icon):\n\n```bash\n./zed-x86_64.AppImage --appimage-install\n\n# To remove desktop integration later\n./zed-x86_64.AppImage --appimage-remove\n```\n\n**Verify checksum:**\n\n```bash\nsha256sum -c zed-x86_64.AppImage.sha256\n```\n\n---\n\n### How It Works\n\nEvery 6 hours a GitHub Actions workflow checks the [upstream Zed releases](https://github.com/zed-industries/zed/releases) for a new version. When one is found, AppImages for both architectures are built in parallel and published here automatically.\n\n```\nzed-linux-x86_64.tar.gz  (official upstream binary)\n           │\n           ▼\n   scripts/build-appdir.sh   →   assembles AppDir/\n           │\n           ▼\n       appimagetool           →   squashes into .AppImage\n           │\n           ▼\n     GitHub Release           →   uploaded with .sha256 checksum\n```\n\nYou can also trigger a build manually for a specific version:\n\n1. Go to **Actions → Build Zed AppImage → Run workflow**\n2. Enter a version tag such as `v1.3.7`\n3. Click **Run workflow**\n\nOr build locally:\n\n```bash\n# Requires: wget, appimagetool, libfuse2, desktop-file-utils, imagemagick\nbash scripts/local-build.sh v1.3.7 x86_64\n```\n\n---\n\n### Disclaimer\n\nThis project is not affiliated with or endorsed by [Zed Industries](https://zed.dev).\nAll binaries are sourced unmodified from the [official Zed releases](https://github.com/zed-industries/zed/releases). AppImage packaging only adds an `AppRun` launcher and desktop integration metadata — no source modifications are made.\n\n- For bugs in Zed itself → [zed-industries/zed](https://github.com/zed-industries/zed/issues)\n- For AppImage packaging issues → [open an issue here](https://github.com/debuggerdragon311/zed-appimage/issues)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdebuggerdragon311%2Fzed-appimage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdebuggerdragon311%2Fzed-appimage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdebuggerdragon311%2Fzed-appimage/lists"}