Desktop Release PageA desktop pusher for Baidu, Bing and Google
The old page was really a download and documentation page — it never did the pushing itself. Submissions happen inside the Java client running on your own machine, which is why a page like this survives the move to a purely static site.
View the repository Current status
On 30 November 2023, Baidu Webmaster withdrew the “fast indexing” and “sitemap submission” permissions. That is a change in Baidu’s own platform rules, not a fault in this page or in the desktop client.
Read the noteSecurity note
To run the client you supply each platform’s own token, API key or JSON private key. Those credentials are highly sensitive authorisations.
The old project went open source precisely so you could read the code path and confirm the desktop client never quietly uploads your keys anywhere.
How to run it
The tool is built on Java 8. If you already have a Java 8 or newer JDK / JRE installed, you can run the jar directly.
java -jar Indexing.jar
If you are not sure your Java setup is complete, download the packaged build for your platform and run the start script inside it.
What each platform needs
- Submitting to Google usually needs a network path to the Google API; otherwise the client simply fails to connect.
- Daily quotas, permission boundaries and whether fast indexing is allowed at all are decided by each platform, not by this page.
- This is a download and documentation page. It never submits anything on behalf of the desktop client.