From a4692d11dcefe08e906d065100c0f185e3164394 Mon Sep 17 00:00:00 2001
From: Canmi <9997200@qq.com>
Date: Sun, 13 Apr 2025 19:37:53 +0800
Subject: [PATCH 1/5] update(readme): add linux
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 34ad912..33c37bc 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ Always clean your browser's cache and cookies. If possible, use a VPN to create
* Automatically register Cursor membership
自動註冊 Cursor 會員
-* Support Windows and macOS systems
支持 Windows 和 macOS 系統
+* Support Windows macOS and Linux systems
支持 Windows、macOS 和 Linux 系統
* Complete Auth verification
完成 Auth 驗證
From 45f10a6da8d01d2b1bcf1c3ca511109a6a4f7cce Mon Sep 17 00:00:00 2001
From: Canmi <9997200@qq.com>
Date: Sun, 13 Apr 2025 20:11:44 +0800
Subject: [PATCH 2/5] add: pkg
---
.SRCINFO | 18 ++++++++++++++++++
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
2 files changed, 50 insertions(+)
create mode 100644 .SRCINFO
create mode 100644 PKGBUILD
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 0000000..d143943
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,18 @@
+pkgbase = cursor-free-vip-git
+ pkgdesc = Reset Cursor AI MachineID & Auto Sign Up / In & Bypass Higher Token Limit
+ pkgver = 1.9.03.2.g43a58db
+ pkgrel = 1
+ url = https://github.com/yeongpin/cursor-free-vip
+ arch = x86_64
+ license = MIT
+ makedepends = git
+ makedepends = python
+ makedepends = pyinstaller
+ makedepends = uv
+ depends = python
+ depends = cursor-bin
+ provides = cursor-free-vip
+ source = cursor-free-vip::git+https://github.com/yeongpin/cursor-free-vip.git
+ sha256sums = SKIP
+
+pkgname = cursor-free-vip-git
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 0000000..97c5636
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,32 @@
+# Maintainer: Canmi21 <9997200@qq.com>
+# Contributor: Canmi (Canmi21)
+
+pkgname=cursor-free-vip-git
+pkgver=1.9.03.2.g43a58db
+pkgrel=1
+pkgdesc="Reset Cursor AI MachineID & Auto Sign Up / In & Bypass Higher Token Limit"
+arch=('x86_64')
+url="https://github.com/yeongpin/cursor-free-vip"
+license=('MIT')
+depends=('python' 'cursor-bin')
+makedepends=('git' 'python' 'pyinstaller' 'uv')
+provides=('cursor-free-vip')
+source=("cursor-free-vip::git+https://github.com/yeongpin/cursor-free-vip.git")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd "$srcdir/cursor-free-vip"
+ git describe --tags --always | sed 's/^v//;s/-/./g'
+}
+
+build() {
+ cd "$srcdir/cursor-free-vip"
+ uv venv .venv
+ source .venv/bin/activate
+ uv pip install -r requirements.txt
+ pyinstaller --clean --noconfirm --onefile main.py --name cursor-free-vip
+}
+
+package() {
+ install -Dm755 "$srcdir/cursor-free-vip/dist/cursor-free-vip" "$pkgdir/usr/bin/cursor-free-vip"
+}
\ No newline at end of file
From 32fea2c82be66fc1a10cd676c5433d2f930d2435 Mon Sep 17 00:00:00 2001
From: Canmi <9997200@qq.com>
Date: Sun, 13 Apr 2025 20:17:10 +0800
Subject: [PATCH 3/5] update(readme): add aur
---
README.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/README.md b/README.md
index 33c37bc..e823d22 100644
--- a/README.md
+++ b/README.md
@@ -105,6 +105,14 @@ irm https://raw.githubusercontent.com/yeongpin/cursor-free-vip/main/scripts/inst
curl -fsSL https://raw.githubusercontent.com/yeongpin/cursor-free-vip/main/scripts/reset.sh | sudo bash
```
+**Archlinux**
+
+Install via [AUR](https://aur.archlinux.org/packages/cursor-free-vip-git)
+
+```bash
+yay -S cursor-free-vip-git
+```
+
**Windows**
```powershell
From 9a56bc5f7e882b4f109a0ecde77a223f457a43af Mon Sep 17 00:00:00 2001
From: Canmi <9997200@qq.com>
Date: Sun, 13 Apr 2025 20:19:54 +0800
Subject: [PATCH 4/5] fix: title
---
README.md | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/README.md b/README.md
index e823d22..d617a01 100644
--- a/README.md
+++ b/README.md
@@ -82,13 +82,21 @@ Always clean your browser's cache and cookies. If possible, use a VPN to create
⭐ Auto Run Script | 腳本自動化運行
-**Linux/macOS**
+### **Linux/macOS**
```bash
curl -fsSL https://raw.githubusercontent.com/yeongpin/cursor-free-vip/main/scripts/install.sh -o install.sh && chmod +x install.sh && ./install.sh
```
-**Windows**
+#### **Archlinux**
+
+Install via [AUR](https://aur.archlinux.org/packages/cursor-free-vip-git)
+
+```bash
+yay -S cursor-free-vip-git
+```
+
+### **Windows**
```powershell
irm https://raw.githubusercontent.com/yeongpin/cursor-free-vip/main/scripts/install.ps1 | iex
@@ -99,21 +107,13 @@ irm https://raw.githubusercontent.com/yeongpin/cursor-free-vip/main/scripts/inst
⭐ Manual Reset Machine | 手動運行重置機器
-**Linux/macOS**
+### **Linux/macOS**
```bash
curl -fsSL https://raw.githubusercontent.com/yeongpin/cursor-free-vip/main/scripts/reset.sh | sudo bash
```
-**Archlinux**
-
-Install via [AUR](https://aur.archlinux.org/packages/cursor-free-vip-git)
-
-```bash
-yay -S cursor-free-vip-git
-```
-
-**Windows**
+### **Windows**
```powershell
irm https://raw.githubusercontent.com/yeongpin/cursor-free-vip/main/scripts/reset.ps1 | iex
From 3edb69e8319e0914fc8cd5490f3f32a4d384ad7a Mon Sep 17 00:00:00 2001
From: Pin Studios
Date: Sun, 13 Apr 2025 20:57:34 +0800
Subject: [PATCH 5/5] update(readme): change section title for Archlinux
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index d617a01..c3b1a68 100644
--- a/README.md
+++ b/README.md
@@ -88,7 +88,7 @@ Always clean your browser's cache and cookies. If possible, use a VPN to create
curl -fsSL https://raw.githubusercontent.com/yeongpin/cursor-free-vip/main/scripts/install.sh -o install.sh && chmod +x install.sh && ./install.sh
```
-#### **Archlinux**
+### **Archlinux**
Install via [AUR](https://aur.archlinux.org/packages/cursor-free-vip-git)