https://github.com/udit-001/cursor-linux-release
Automates Cursor AppImage updates for Linux through GitHub releases
https://github.com/udit-001/cursor-linux-release
cursor cursor-ai cursorai
Last synced: about 1 month ago
JSON representation
Automates Cursor AppImage updates for Linux through GitHub releases
- Host: GitHub
- URL: https://github.com/udit-001/cursor-linux-release
- Owner: udit-001
- Created: 2025-05-03T23:48:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-16T02:03:59.000Z (5 months ago)
- Last Synced: 2026-01-16T22:08:15.318Z (5 months ago)
- Topics: cursor, cursor-ai, cursorai
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Cursor AppImage Updater
## Overview
GitHub Action to fetch the latest **Cursor** Linux AppImage and create a release.
## Why?
Cursor on Linux:
- ❌ Doesn’t auto-update
- ❌ Isn’t hosted at a fixed URL
- ✅ Has an API with the latest version info
This makes it hard for Linux users to keep Cursor up to date & this action solves that by:
- Querying Cursor’s API for the latest version
- Checking if that version already exists as a GitHub release
- If not, downloading the AppImage and publishing a release
Linux users can then update via GitHub releases, scripts, or package managers using a consistent URL.
## Setup Auto Updates with Gear Lever
To 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:
- **x86_64**
```
https://github.com/udit-001/cursor-linux-release/releases/download/*/Cursor-*-x86_64.AppImage
```
- **ARM64**
```
https://github.com/udit-001/cursor-linux-release/releases/download/*/Cursor-*-aarch64.AppImage
```
These 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/).
## 📅 Release Status
- **⏳ Last Released On**: 2026-05-16 03:33:55 UTC
- **🔄 Last Run**: 2026-05-16 03:33:55 UTC