https://github.com/adysec/cursor
Create a cursor installation package in deb format
https://github.com/adysec/cursor
Last synced: 5 months ago
JSON representation
Create a cursor installation package in deb format
- Host: GitHub
- URL: https://github.com/adysec/cursor
- Owner: adysec
- Created: 2025-03-25T16:51:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-08T04:09:17.000Z (10 months ago)
- Last Synced: 2025-09-08T06:14:44.489Z (10 months ago)
- Homepage: https://www.cursor.com
- Size: 12.7 KB
- Stars: 117
- Watchers: 114
- Forks: 105
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cursor
This guide explains how to install Cursor 0.48.8 on an AMD64 architecture running Ubuntu 24.04.
## Version Information
Version: 0.48.8
Architecture: AMD64
Platform: Ubuntu 24.04
Installation Package: Cursor_0.48.8_amd64.deb
## Installation Steps
### Download the `.deb` Installation Package
[Cursor_0.xx.x_amd64.deb](https://github.com/adysec/cursor/releases/latest)
### Install Cursor
Open a terminal and run the following command to install the `.deb` package
```bash
sudo dpkg -i Cursor_0.xx.x_amd64.deb
chmod -R go-w /usr/share/zsh/vendor-completions/_cursor
chmod +777 /usr/share/zsh/vendor-completions/_cursor
autoload -Uz compinit && compinit
```
### Launch Cursor
After installation, you can launch Cursor from the application menu or by running the following command in the terminal:
```bash
cursor
```
## New Features
The Cursor 0.48 update introduces the following key features:
Chat Tabs: Support for multiple parallel conversations.
Custom Modes (Beta): Allows you to create custom modes tailored to your workflow.
Sound Notifications (Beta): Play a sound notification when a conversation is completed.
Cost Visibility: View the cost breakdown for each chat based on usage.
For a detailed changelog, refer to the official release notes.
## Uninstall Cursor
If you wish to uninstall Cursor, run the following command:
```bash
sudo apt remove --purge cursor
```
## Support & Feedback
For more information or support, please visit the official Cursor website:
[https://www.cursor.com](https://www.cursor.com)