Download and installation

Pre-compiled binaries

Here you can download pre-compiled binaries of Threadle.CLIconsole, i.e. the console/terminal-based command line frontend with Threadle.Core included. All these binaries are compiled as single-file stand-alone executables, so there is thus no need to install the .NET runtime when using these.

Please complete the CAPTCHA to unlock all downloads. (Sorry, bots keep on downloading otherwise).

Windows
File Type x86 32-bit x86 64-bit ARM 32-bit ARM 64-bit
Setup Installer
Executable

For the Setup Installers: download, unzip and run the setup executable. Follow the instructions; easy to uninstall later.

For the Executables: download, unzip and place the executable where you want. Run it to start Threadle.

Linux
File Type AMD 64-bit ARM 64-bit ARM 32-bit
Executable
  1. Download the applicable ZIP file above and unpack it at a suitable location
  2. Open a terminal and navigate to the folder containing the unpacked 'threadle-cli' program
  3. Set execute permissions on your binary:
    chmod +x threadle-cli
  4. If you have root access, it might be a good idea to copy/move the threadle-cli executable file to /usr/local/bin/ or /usr/bin/, as you can then start threadle-cli from anywhere in a terminal. To copy the executable, make sure that your teminal is where the threadle-cli executable is and type in the following in the Linux terminal:
    sudo cp threadle-cli /usr/local/bin/threadle-cli

    Then you can start Threadle-cli from the terminal by typing in:
    threadle-cli

    If you rather keep the executable in your own folder, start Threadle-cli by opening a Linux terminal, navigate to the folder where the executable is, and type in:
    ./threadle-cli
MacOS
File Type Intel 64-bit ARM 64-bit
Executable