I got this up and running with java-11-openjdk from the “updates” repo. After installing I had to run ‘sudo alternatives --config java’ like you did. I’m not entirely sure Zulu Java 11 is mandatory. In the past I got ToS running on both EndeavourOS and on Mint the same way. KDE/Wayland here, FWIW…

Answer from richardm on discussion.fedoraproject.org
🌐
Fedora Discussion
discussion.fedoraproject.org › ask fedora
Installing thinkorswim desktop on Fedora - Fedora Discussion

I got this up and running with java-11-openjdk from the “updates” repo. After installing I had to run ‘sudo alternatives --config java’ like you did. I’m not entirely sure Zulu Java 11 is mandatory. In the past I got ToS running on both EndeavourOS and on Mint the same way. KDE/Wayland here, FWIW…

Answer from richardm on discussion.fedoraproject.org
🌐
Major Hayden
major.io › major hayden › posts › install think or swim on fedora linux
Install ThinkOrSwim on Fedora Linux · Major Hayden
March 31, 2022 - It’s a big installer bundled up inside a shell script (ugly, I know). Run the script with /bin/bash thinkorswim_installer.sh and follow the prompts. I choose to install it only for my user so that it installs in my home directory.
Videos
July 17, 2016
11.4K
February 25, 2017
822
🌐
Fedora Discussion
discussion.fedoraproject.org › ask fedora
Installing Thinkorswim on Fedora 39 - Fedora Discussion
May 26, 2024 - First to set the playing field: I’m using Fedora 39 KDE Plasma. I have installed zulu jdk 17 Blockquote Thu Aug 29 11:42:49[edward@odyssey: ~] $ java --version openjdk 17.0.12 2024-07-16 LTS OpenJDK Runtime Environment Zulu17.52+17-CA (build 17.0.12+7-LTS) OpenJDK 64-Bit Server VM Zulu17.52+17-CA ...
🌐
Linuxmint
forums.linuxmint.com › viewtopic.php
How to install ThinkorSwim
You are being redirected · Javascript is required. Please enable javascript before you are allowed to see this page
🌐
Fedora Discussion
discussion.fedoraproject.org › ask fedora
Thinkorswim issues on F41 Silverblue - Fedora Discussion
November 10, 2024 - I’m having a strange issue with the Thinkorswim trading platform (Schwab) on Fedora 41 Silverblue. For several years, when the platform was owned by TDAmeritrade, I had it running in a toolbox with java installed. It got a little bit quirky sometimes but never had any major problems with it.
🌐
Thinkorswim
toslc.thinkorswim.com › center › faq › technical
Technical
Linux. You can install and run the thinkorswim® platform on Linux, but manual configuration is required; for details, see How do I install thinkorswim® on Linux? The following Linux versions are supported: Ubuntu 18.04+, Debian 10+, Fedora 28+, Open SuSE 15.5+, RHEL 8.9+. Requires Zulu OpenJDK 21.
🌐
LinuxShout
linux.how2shout.com › home › how to install schwab thinkorswim on ubuntu 24.04 or 20.04 lts linux
How to install Schwab Thinkorswim on Ubuntu 24.04 or 20.04 LTS Linux
September 2, 2024 - The desctop icon does not give me option to “Allow Launching”. When I go to file manager, selecting Thinkorswim does not launch application. ... Simply Right Click on the icon and select open. After that select, the option “Mark as Trusted” and the Desktop shortcut will work.
🌐
Reddit
reddit.com › r/thinkorswim › tos on fedora linux
r/thinkorswim on Reddit: TOS on Fedora Linux

Here is what I used for Ubuntu Mate

  1. Download and install jdk-8u241-linux-x64 from Oracle website
    In my case I extracted tar.gz files to /opt/ as there was no .deb install file

  2. Point to the newly installed JRE
    sudo update-alternatives --install "/usr/bin/java" "java" "/opt/<jdk path>/bin/java" 0

  3. Install thinkorswim_installer.sh file

  4. Increased allocated RAM in settings on login window

Hope this somewhat helps.

Find elsewhere
🌐
Ask Ubuntu
askubuntu.com › questions › 394062 › running-thinkorswim
installation - Running thinkorswim - Ask Ubuntu

Instructions for Lubuntu / Ubuntu 19.04

Thanks to Michael in tech support at Thinkorswim.

The following instructions should help you to install thinkorswim with the proper version of Java:

Installing Zulu OpenJDK:

  1. Log in as root or use sudo

  2. Import Azul's public key

    $ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9
    
  3. Add the Azul package to the APT repository

    For Ubuntu

    $ sudo apt-add-repository 'deb http://repos.azulsystems.com/ubuntu stable main'
    

    For Debian

    $ sudo apt-add-repository 'deb http://repos.azulsystems.com/debian stable main'
    
  4. Update the information about available packages.

    $ sudo apt-get update
    
  5. Install Zulu by using the following command:

    $ sudo apt-get install zulu-8
    

Once Zulu is installed move on to installing ThinkorSwim:

  1. Navigate to downloads and right click "thinkorswim_installer.sh", select "Properties"
  2. Select the "Permissions" tab, and make sure "Allow executing file as program" is selected
  3. Close the window
  4. Double click "thinkorswim_installer.sh"

-IF ONLY A TEXT EDITOR OPENS, CLOSE IT AND CONTINUE BELOW-

  1. Click back onto the file explorer
  2. Open from the top menu bar: Edit > Preferences OR Files > Preferences
  3. Select the "Behavior" tab
  4. Select "Ask each time" OR "Ask what to do" under "Executable Text Files"
  5. Close the window and launch "thinkorswim.sh" and select "Run" from the prompt
Answer from retrobeast on askubuntu.com
🌐
Anandtech
forums.anandtech.com › home › software › open source
How to install thinkorswim thinkDesktop on linux? | AnandTech Forums: Technology, Hardware, Software, and Deals
Hey guys, I just recently installed ... fine. Now, I have another thing that I am missing -- thinkDesktop. Thinkorswim says it compatible with linux as it is based on the Java platform....
🌐
idroot
idroot.us › home › how to install thinkorswim on ubuntu 20.04 lts
How To Install Thinkorswim on Ubuntu 20.04 LTS - idroot
September 10, 2024 - You can follow the same instructions for Ubuntu 18.04, 16.04, and any other Debian-based distribution like Linux Mint. ... A server running one of the following operating systems: Ubuntu 20.04, 18.04, 16.04, and any other Debian-based distribution like Linux Mint.
🌐
Fedora Discussion
discussion.fedoraproject.org › ask fedora
Installing thinkorswim desktop on Fedora - #5 by richardm - Fedora Discussion

I got this up and running with java-11-openjdk from the “updates” repo. After installing I had to run ‘sudo alternatives --config java’ like you did. I’m not entirely sure Zulu Java 11 is mandatory. In the past I got ToS running on both EndeavourOS and on Mint the same way. KDE/Wayland here, FWIW…

Answer from richardm on discussion.fedoraproject.org
🌐
Fedora Discussion
discussion.fedoraproject.org › ask fedora
Installing thinkorswim desktop on Fedora - #4 by bgreen - Fedora Discussion

I got this up and running with java-11-openjdk from the “updates” repo. After installing I had to run ‘sudo alternatives --config java’ like you did. I’m not entirely sure Zulu Java 11 is mandatory. In the past I got ToS running on both EndeavourOS and on Mint the same way. KDE/Wayland here, FWIW…

Answer from richardm on discussion.fedoraproject.org
🌐
Archlinux
bbs.archlinux.org › viewtopic.php
[SOLVED] Thinkorswim & Java Configuration Works Once / Applications & Desktop Environments / Arch Linux Forums
Was trying to get Thinkorswim working today on my Archlinux x86_64 system using Gnome DE. Kernel is 5.5.13-arch2-1. Followed directions according to TD Ameritrade Zulu Openjdk and Thinkorswim software instructions. Obviously looked for the AUR package equivalent. First installed zulu-8-bin from AUR. This shows being part of Azul which was what the TD Ameritrade tech services rep suggested via a phone call. java -version openjdk version "1.8.0_242" OpenJDK Runtime ...
🌐
Reddit
reddit.com › r/thinkorswim › tos on linux (fedora)
r/thinkorswim on Reddit: TOS on Linux (Fedora)

Yes the thinkorswim desktop application is much more powerful than the web version.

🌐
Tdameritrade
tdameritrade.com › tools-and-platforms › thinkorswim › desktop › download.html
Download thinkorswim Desktop Instructions | TD Ameritrade
Once you've opened an account with TD Ameritrade, download our award-winning thinkorswim Dekstop trading software to begin trading. Available for Windows, Mac, Linux
🌐
LinuxBabe
linuxbabe.com › home › how to install thinkorswim trading platform on ubuntu 24.04/22.04
How to Install Thinkorswim Trading Platform on Ubuntu 24.04/22.04
March 3, 2025 - This tutorial will show you how to install the Thinkorswim trading platform on Ubuntu 24.04/22.04 desktop, so you can trade stocks. ThinkorSwim Features It allows you to trade stocks, options, options on futures, ETFs, futures, and forex. Free level 2 data. Economic data straight from the Fed.
🌐
openSUSE Forums
forums.opensuse.org › english › applications
ThinkorSwim Trading Platform on SUSE - Applications - openSUSE Forums
March 12, 2013 - Hi…new, but old guy here. Having just rid myself of 30 years of DOS/Windows, I feel like a kid in a candy store. I keep hearing the words, “what took you so long,” to find the Linux store. Yes, its exciting, but overwhelming. My current dilemma is, installing my first program via command line.