Browser-based sign-in
Use the normal ChatGPT login flow. Credentials stay inside a dedicated Chromium profile.
Use your ChatGPT web account from the command line—no API key required.
A maintained fork of Sengpt. This version replaces the archived client's legacy private-endpoint integration with Chromium, adds browser-based sign-in and updated CLI workflows, and works with the current ChatGPT site and the default model available to your account.
Independent and unofficial. Not affiliated with OpenAI.
~ $ sengpt --login
~ $ sengpt --query "Explain the actor model"
The actor model treats each actor as an independent unit of computation…
Use the normal ChatGPT login flow. Credentials stay inside a dedicated Chromium profile.
Start an interactive chat, ask one question, or pipe a file directly into a prompt.
Save the conversations you choose and return to the most recent one from the terminal.
A browser, without the browser tab
Sengpt composes input from your shell, configured prompts, and clipboard—then drives ChatGPT through a local browser session.
sengpt --query "Summarize the CAP theorem"cat README.md | sengpt --query "Point out anything unclear"sengpt --recent_conversationUnder the hood
Complete SSO or two-factor authentication in a real browser.
Sengpt enters your prompt through the rendered ChatGPT interface.
Completed Markdown returns to the terminal, ready for your workflow.
Start here
Install Sengpt, add Chromium, and authenticate your account.