关于
This is a community package of the ChatGPT desktop app, maintained independently and unaffiliated with OpenAI. It repackages OpenAI's official Linux Debian package unmodified.
The desktop app puts ChatGPT in a native window and bundles OpenAI's Codex agent, so conversations and coding sessions live in one place. OpenAI ships the Linux build as a preview.
- Chat with ChatGPT from a desktop window instead of a browser tab.
- Run Codex sessions in the same app, with its history kept in the sandbox.
- Sign in with an existing ChatGPT account.
Permissions: this package grants network, display, GPU, audio, tray and keyring access, plus the two directories Codex owns on the host — ~/.codex for its configuration, credentials and session history, and ~/.cache/codex-runtimes for the runtimes it downloads — so the app and a Codex CLI installed on the host share one login and one runtime cache. Nothing else in your home directory is visible. To let Codex work on a project, grant that directory yourself, one at a time:
flatpak override --user --filesystem=~/code/myproject com.openai.ChatGPT
Review or undo what you have granted with "flatpak override --user --show com.openai.ChatGPT" and "flatpak override --user --reset com.openai.ChatGPT". Commands the agent runs otherwise execute inside the sandbox, against the runtime's tools rather than your host toolchain. OpenAI's Linux preview does not include Computer Use.
One exception, and it is worth understanding before you use the agent on a repository: the runtime ships no git, so this package puts a shim on the path that runs your host's git through flatpak-spawn. That is what makes the agent work with your own ~/.gitconfig, credential helper and SSH keys, and it is also a hole in the sandbox — git runs hooks, aliases, pagers and core.sshCommand, so anything reached that way executes on the host. Close it, at the cost of git support, with:
flatpak override --user --no-talk-name=org.freedesktop.Flatpak com.openai.ChatGPT
详情
- 开发者
- OpenAI
- 许可证
- Proprietary
- 版本
- 26.818.61809
- 网站
- 主页
- 支持
- 帮助与支持
- 源码
- ChatGPT
权限
3 项需确认-
网络访问
可访问互联网和本地网络
-
文件:~/.codex:create
-
文件:~/.cache/codex-runtimes:create
-
进程间通信
与主机共享 IPC 命名空间
-
X11(回退)
-
音频(PulseAudio)
-
与 org.kde.StatusNotifierWatcher 通信
-
占用服务名 org.freedesktop.StatusNotifierItem-919191-1
-
与 org.freedesktop.secrets 通信
-
与 org.freedesktop.Flatpak 通信
-
unset-env:ELECTRON_RUN_AS_NODE
-
Wayland 显示
-
GPU 加速