Run your own private Twitter reader that strips ads and tracking from every page.
Subscribe to Twitter accounts via RSS feeds without a Twitter account.
Browse Twitter profiles on slow connections using pages that load 2-4x faster.
Requires real Twitter accounts to obtain session tokens for fetching content, plus Redis and a reverse proxy.
Nitter is a self-hosted, privacy-focused alternative front-end for Twitter (now called X). Rather than opening Twitter's website directly, users visit a Nitter instance, which fetches Twitter content on their behalf and serves it as plain, fast HTML. Because all requests go through the Nitter server, your browser never communicates directly with Twitter, and Twitter cannot track your IP address or build a fingerprint from your browser's behavior. The practical benefits are significant for privacy-conscious users. Nitter serves pages without JavaScript or ads, making it far lighter than the official Twitter site. The README cites one example profile page at around 60KB compared to 784KB on twitter.com, with timelines loading two to four times faster. RSS feed support is included, along with themes and a mobile-friendly layout. Running Nitter requires some technical setup. It is written in Nim, a compiled programming language, so you either compile it from source or use the provided Docker image. Redis (or its open-source fork Valkey) is required for caching. The project is typically deployed behind a reverse proxy like Nginx for security and performance. As of 2024, operating a Nitter instance also requires real Twitter accounts to obtain session tokens, since Twitter disabled the methods the project previously used. The roadmap mentions planned features including tweet and profile archiving, a basic account system for following users with a chronological timeline, embeds, and a developer API. Nitter is licensed under AGPLv3, which means any hosted instance must make its source code available. The project community maintains a list of public instances and browser extensions on the repository wiki.
← zedeus on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.