Last updated: March 19, 2026
Threads CLI is an open-source command-line tool that interacts with the Meta Threads API on your behalf. This policy explains what data the application accesses and how it is handled.
When you authenticate with Threads CLI, the application requests access to:
Threads CLI stores only your OAuth access token locally on your computer at ~/.threads-cli/credentials.json with restricted file permissions (readable only by you). No data is transmitted to any server other than the official Meta Threads API (graph.threads.net).
Threads CLI does not collect, transmit, sell, or share any of your data with third parties. All API communication occurs directly between your computer and Meta's servers.
Your access token is stored locally until you explicitly remove it by running threads auth login (which replaces the old token) or by deleting the credentials file. No other data is persisted.
Threads CLI is open source. You can review the complete source code at github.com/malston/threads-cli to verify these claims.
For questions about this privacy policy, please open an issue on the GitHub repository.