-
-
Notifications
You must be signed in to change notification settings - Fork 25
Supported systems
TweetDuck is primarily developed and tested on Windows 7 and 10. If you're experiencing any issues, please check the troubleshooting page and the list of active issues, before you create a new issue.
.NET Framework 4.5.2 or newer is required. You may need to install it manually on Windows 7 or 8, the installer will provide you with a download link if necessary.
Release 1.3.3 from September 2016 is the last version to support Windows XP and Vista. This is due to both Google and Microsoft dropping support for these systems in frameworks and libraries TweetDuck uses.
You may still install this version of TweetDuck, however you will not receive any support. Install version 1.3.3 from the link above, and .NET Framework 4.0 if necessary. After opening the app, you will most likely see a white screen, in which case you need to perform additional steps:
- Right-click the white screen
- Navigate to Settings -> Advanced
- Click Edit CEF Arguments and type in
--ignore-certificate-errors
- Click Apply and restart the app
- You should now see TweetDeck, however most features such as notifications or plugins will no longer work
This will effectively disable HTTPS, exposing you to a risk of attackers stealing your account on insecure networks, for example when using public Wi-Fi or fishy internet providers.
There are plans to develop a modified version of TweetDuck for Linux and Mac, however due to the required effort of rewriting substantial parts of the program, it won't come anytime soon. If there is interest in funding the development, please let me know @TryMyAwesomeApp.
App Documentation | 1. User interface | 2. Notifications | 3. Plugins | 4. Advanced |
Plugin Development |
1. The basics | 2. Global functions | 3. Bridge object | 4. Remote functions | 5. Browser window | 6. Notification window |
Miscellaneous | Send anonymous data | Supported systems | Troubleshooting |