Tcl HomeTcl Home Hosted by
ActiveState

Google SiteSearch

Download Tcl/Tk 8.3.5

If you have trouble with these download links, please visit our file download area directly. Mirror list

Binary Releases

Pre-compiled releases are available for several platforms, and the sources allow you to compile on all of the supported platforms.

Windows, Linux, Solaris and HP-UX
ActiveTcl 8.3.5 binaries8.3 binaries from ActiveState (includes popular extensions)
Macintosh (self-extracting installers)
TclTk_8.3.5_WebInstall.bin Tcl/Tk 8.3.5 Web Installer TclTk_8.3.5_RuntimeInstall.bin Tcl/Tk 8.3.5 Runtime Installer
Quicktime Tcl Extensionby Bruce O'Neel and Mat Bengtsson
Tcl Sources
tcl8.3.5-src.tar.gz Gzip format tcl835-src.zip Zip format
Tk Sources
tk8.3.5-src.tar.gz Gzip format tk835-src.zip Zip format

Source Releases

The source releases include make files for Windows, Unix and project files for Code Warrior on the Macintosh.

If you're running on a platform other than the ones listed above, or if you want to make modifications to Tcl and Tk, you'll need to retrieve the source releases.

Once you've retrieved the sources, click below for instructions on how to configure, compile, and install Tcl/Tk.

How to Compile Tcl Source Releases

UNIX

You'll want both Tcl and Tk sources. Choose between compressed tar and gzipped tar format. The files listed under the Windows sources contain the same information but are in ZIP format.

Gzip'ed Tar Files
Extract these with this UNIX command line:
gunzip < file.tar.gz | tar xvf -

Windows

If you have downloaded the Unix version of these files, there is no need to also download these versions since these files are identical but in ZIP format instead of compressed tar.