{"id":35843072,"url":"https://github.com/udit-001/cursor-linux-release","last_synced_at":"2026-05-16T05:21:59.324Z","repository":{"id":291337392,"uuid":"977324220","full_name":"udit-001/cursor-linux-release","owner":"udit-001","description":"Automates Cursor AppImage updates for Linux through GitHub releases ","archived":false,"fork":false,"pushed_at":"2026-01-16T02:03:59.000Z","size":85,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-16T22:08:15.318Z","etag":null,"topics":["cursor","cursor-ai","cursorai"],"latest_commit_sha":null,"homepage":"","language":null,"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/udit-001.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-05-03T23:48:24.000Z","updated_at":"2026-01-16T02:04:02.000Z","dependencies_parsed_at":"2026-01-16T12:01:20.057Z","dependency_job_id":null,"html_url":"https://github.com/udit-001/cursor-linux-release","commit_stats":null,"previous_names":["udit-001/cursor-linux-release"],"tags_count":107,"template":false,"template_full_name":null,"purl":"pkg:github/udit-001/cursor-linux-release","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udit-001%2Fcursor-linux-release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udit-001%2Fcursor-linux-release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udit-001%2Fcursor-linux-release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udit-001%2Fcursor-linux-release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/udit-001","download_url":"https://codeload.github.com/udit-001/cursor-linux-release/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udit-001%2Fcursor-linux-release/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28680623,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T04:33:33.518Z","status":"ssl_error","status_checked_at":"2026-01-23T04:33:30.433Z","response_time":59,"last_error":"SSL_read: 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":["cursor","cursor-ai","cursorai"],"created_at":"2026-01-08T04:16:32.526Z","updated_at":"2026-05-16T05:21:59.316Z","avatar_url":"https://github.com/udit-001.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cimg align=\"top\" width=\"44\" src=\"https://raw.githubusercontent.com/udit-001/cursor-linux-release/refs/heads/main/assets/logo44.png\"\u003e\n  \u003cspan\u003eCursor AppImage Updater\u003c/span\u003e\n\u003c/h1\u003e\n\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/udit-001/cursor-linux-release/releases/latest\" target=\"_blank\"\u003e\u003cimg alt=\"release\" src=\"https://img.shields.io/github/v/release/udit-001/cursor-linux-release?label=release\u0026labelColor=%231e1e2e\u0026color=%234fa048\"\u003e\u003c/a\u003e\n  \u003cspan\u003e \u003c/span\u003e\n  \u003ca href=\"https://github.com/udit-001/cursor-linux-release/actions/workflows/release.yml\" target=\"_blank\"\u003e\u003cimg alt=\"downloads\" src=\"https://img.shields.io/github/actions/workflow/status/udit-001/cursor-linux-release/release.yml?branch=main\u0026labelColor=%231e1e2e\u0026color=%234fa048\"\u003e\u003c/a\u003e\n  \u003cspan\u003e \u003c/span\u003e\n\u003c/p\u003e\n\n## Overview\n\nGitHub Action to fetch the latest **Cursor** Linux AppImage and create a release.\n\n## Why?\n\nCursor on Linux:\n- ❌ Doesn’t auto-update\n- ❌ Isn’t hosted at a fixed URL\n- ✅ Has an API with the latest version info\n\nThis makes it hard for Linux users to keep Cursor up to date \u0026 this action solves that by:\n- Querying Cursor’s API for the latest version\n- Checking if that version already exists as a GitHub release\n- If not, downloading the AppImage and publishing a release\n\nLinux users can then update via GitHub releases, scripts, or package managers using a consistent URL.\n\n## Setup Auto Updates with Gear Lever\n\nTo automate updates for your Cursor AppImage on Linux, use [Gear Lever](https://github.com/mijorus/gearlever). It supports update sources like GitHub releases and static URLs. Configure the update URL based on your system architecture:\n\n- **x86_64**\n  ```\n  https://github.com/udit-001/cursor-linux-release/releases/download/*/Cursor-*-x86_64.AppImage\n  ```\n\n- **ARM64**\n  ```\n  https://github.com/udit-001/cursor-linux-release/releases/download/*/Cursor-*-aarch64.AppImage\n  ```\n\n\nThese URLs will allow automatic fetching of the latest releases. For more detailed instructions, refer to the [update guide](https://mijorus.it/posts/gearlever/update-url-info/).\n\n\n## 📅 Release Status\n- **⏳ Last Released On**: 2026-05-16 03:33:55 UTC\n- **🔄 Last Run**: 2026-05-16 03:33:55 UTC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudit-001%2Fcursor-linux-release","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fudit-001%2Fcursor-linux-release","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudit-001%2Fcursor-linux-release/lists"}