Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Cursor AI - Building a restrictive Flatpak
# codes.t3.app - Building a restrictive Flatpak

This repository contains the necessary files and automation to build a
restrictive, sandboxed Flatpak for the [Cursor AI](https://cursor.sh/) code
restrictive, sandboxed Flatpak for the [codes.t3.app](https://codes.t3.app) code
editor.

The primary goal is to provide a secure environment for running Cursor by
The primary goal is to provide a secure environment for running codes.t3.app by
limiting its access to the host system. The build process is automated with a
`Makefile`, requiring only the version number and download URL for a new release
to build and package it.
Expand Down Expand Up @@ -112,7 +112,7 @@ For easy, on-the-fly permission management *without* rebuilding, you can use
flatpak install flathub com.github.tchx84.Flatseal
```

2. **Launch Flatseal** and select "Cursor" from the list of applications.
2. **Launch Flatseal** and select "codes.t3.app" from the list of applications.
3. You can now toggle permissions for filesystem access, network sockets, device
access, and more. Changes are applied instantly.

Expand Down