A Starkit is a single file packaging of Tcl
scripts, platform specific compiled code and application data;
designed to facilitate simple deployment of cross
platform applications. The name comes from STandAlone
Runtime.
- Starkits are interpreted using Tclkit (a single file
Tcl/Tk interpreter) or ActiveTcl
(the "batteries included" Tcl/Tk distribution from ActiveState).
You will need a version of Tclkit or ActiveTcl for each platform
that you want to run a Starkit on. The
Tclkit download area
contains versions for Linux, Windows, MacOSX and over
twenty-five other platforms - from PDAs through mainframes.
ActiveTcl can be obtained from the ActiveState products page
- Alternatively, combine your Starkit with Tclkit to produce a
Starpack - a single (platform specific) executable file,
ideal for easy deployment. Starpacks are useful where you want
a single application file that doesn't need to be unpacked or
installed. Starpacks can be built on any platform supporting
Tclkit, for any platform supporting Tclkit. There is a list of
example Starpacks for Windows, Linux and
Solaris towards the end of this page.
- Starsync is a facility to fetch and update Starkits from
this archive. It sends only changed files, in compressed form, and
so is the quickest, easiest way of keeping your Starkits up to
date. See the Starsync
page for more information.
For more information see the Notes at the end of
this page or
Starkit
and Tclkit pages on
the Tcler's Wiki.
Applications |
|
3display | Displays 3d polyhedra in shaded or wireframe mode, using only the Tk canvas. In the words of one Tcler - "This is without a shadow of doubt, the best piece of software I have ever seen/used ... you've got useful 3D, in a script language, on a Tk canvas, in a few A4 pages of code. Unbelievable!" | Info |
browse | A directory browser, which lists the working directory and allows you to open files or subdirectories by double-clicking. From the original Tk demos. | |
cellmessenger | A program for sending, receiving and archiving SMS messages from a mobile phone. It provides support for reading the mobile's phonebook, sending group messages, anti-spam SMS filtering, unicode and multipart SMS messages. The program is shareware. | Info |
clock | A clock that shows time either analog or digital - just click on it to toggle | Info |
coccinella | A shared whiteboard/desktop text chat with images, MP3, etc. supporting plugins and compatible with Jabber. A cross-platform starkit with support for Linux, MacOSX and Windows | Info |
collcoins | Colliding Coins simulation - from the wiki, by David Easton and Leszek Holenderski | Info |
doted | A graph editor demonstrating the facilities of tcldot (part of graphviz). The link to the left contains a cross-platform Starkit with support for AIX, HP-UX, Linux, Tru64 and Solaris (~2.3Mb). Separate platform specific Starkits are available for AIX, HP-UX, Linux, Solaris and Tru64. | Info |
dragon | A quick and dirty rendering of the Dragon Curve or Paper Folding fractal. | Info |
eWeekReader | eWeekReader is an alternative web browser for reading eWeek and ComputerWorld. Displays more readable, less busy versions of the article pages. Windows only, a Starpack is also available here | Info |
filtr | The FILTR is the File Inventory for Loading, Transfer and Recovery. An advanced backup/archive utility designed for ease of use. Includes a GUI file manager for working with virtual filesystems. | Info |
fractal | Draws mountain landscapes using fractals. | Info |
funky | Fun with Functions - a little function plotter. Lets you surf the Cartesian plane :-) | Info |
gorilla | A password safe by Frank Pilhofer | Info |
HeadsUp | HeadsUp provides a popup page before a browser's "Start" or "Home" page. Can be used to display an Internet Usage Policy or Message of the Day (MOTD) to users. Uses Tclhttpd. | Info |
hilbert3d | Space-filling Hilbert curves, in 2D and 3D - by Keith Vetter | Info |
idict | iDict is a multilingual dictionary with 23 languages included. | Info |
kalendae | Translates a modern/western date into the Latin equivalent using ancient Rome's calendar (it can do the converse translation as well). | Info |
lissajous | Draws Lissajous figures (for more info on Lissajous figures click here) | Info |
morse | A little morse code trainer | Info |
newzpoint | Displays a tabbed layout of multiple web pages by embedding MS IE. Windows only. | Info |
notebook | Notebook is a personal notebook application. It's for storing notes, to-do lists, daily logs, things you want to remember, neat ideas you might do something with some day, cute things your children said, bad jokes--all the kinds of things you would write down now if only you had a place to put them where you'd remember to look for them. | Info |
octabug | A fun little graphical animation which morphs an octahedron into an open cuboctahedron and back. Hidden within this code is actually a simple 3-d to 2-d transformation package. | Info |
owaSync | One-way synchronisation of data from a Microsoft Exchange Outlook Web Acce ss server. This allows synchronisation of contacts, calendar, notes and email from Exchange to kdepim, Nokia 770, etc. | Info |
particle | A simple particle system. You can move the particle emitter by either clicking, or click-dragging in the canvas. | Info |
plain_geometry | Tool to demonstrate elementary geometry and draw simple diagrams. It implements three modes of working: cartesian and polar coordinates and so-called turtle graphics. | Info |
rainstorm | A simple little whizzlet simulating rain drops on a window. | Info |
rmt | A simple remote-control mechanism for Tk applications. Allows you to select an application and then type commands to that application. From the original Tk demos. | |
roxirc20 | RoxIRC is a graphical IRC client written in TCL/Tk. It provides a pleasant, easy to use, and powerful interface. | Info |
sfm | Simple File Manager, a small but feature-rich file explorer with directory tree display, drag-and drop copy, find, permissions edit, etc. Pure Tcl and suitable for Unix and Windows. | Info |
slideshow | Display and administer several slide shows in a single starkit | Info |
stars | A star map of the the sky, based on NASA data | Info |
stopwatch | A stopwatch program (a small Tk demo). | Info |
tcldemo | A collection of Tcl/Tk demo's and packages - all but the last demo (IncrTk) are in pure Tcl/Tk and will run on any platform supported by Tclkit. The IncrTk demonstration contains binaries for Linux, Solaris and Windows. | Info |
tclhttpd | A pure Tcl implementation of a Web server. Works fine as a stand-alone web server, but is also suitable for embedding. Just start and connect your browser to port 8015 for more information. | Info |
tclmath | A mathematical workbench in pure Tcl, including complex numbers, number theory, real analysis and ordinary differential equations. It is modular in design, so new modules can be added simply and quickly. | Info |
tclplanets | This educational Tcltoy shows the solar system on a canvas, with some info displayed in the title bar when you mouse over a planet. | Info |
tclstock | TclStock is yet another one of those stock ticker applications. It retrieves its stock quotes from NewsAlert. The program was originally inspired by Tom Poindexter's TclTicker, but was quickly branched off to utilize the ticker widget wrote for TclWeather. | Info |
tcltutor | A computer aided instruction package for learning the Tcl language. It consists of 43 lessons covering all of the basic Tcl commands and most of the recent (8.0) additions | Info |
tclweather | TclWeather is a simple weather applet that periodically downloads meteorological data from NOAA's web site. The program first grabs the METAR report for the selected location. The location is selected from the application's control panel. | Info |
tclworld | A geographic browser with map display. | Info |
tcolor | A simple color editor, where you can create colors using either the RGB, HSB, or CYM color spaces and apply the color to existing applications. From the original Tk demos. | |
timer | Provides a counter with start and stop buttons. From the original Tk demos. | |
TinyBA | Tiny Business Accounting is a minimal expense tracking, billing and invoicing program for small businesses. Linux and Windows only. | |
TinyJots | A simple notebook program that allows you to separate notes into related groups and browse through them easily. | |
TinyTicker | A very tiny stock ticker that can monitor changes to a number of stocks at an interval of your choosing. | |
tkabber | A very complete implementation of Jabber. According to http://www.jabber.org/user/clientlist.php?Platform=Linux it is the most complete Jabber client for Linux. Should run under other platforms too (it's pure Tcl/Tk). It will use the Snack and Tls starkits if it finds these next to tkabber.kit, in its launch directory, in auto_path or located in ~/.tkabber. These can be downloaded from the packages section below. Pat Thoyts has produced a modified version with additional plugins to support special features of the Tclers chat (history download, user colors, etc) - http://tclers.tk/~jabber/tkabber-pat.kit | Info |
tkchat | A front-end to jabber based group chat rooms, and the Tclers chat in particular. Starpacks are also available for Linux, MacOS X and Windows. | Info |
tkhexedit | A Little Hex Editor (by George Peter Staplin) that supports insertion and deletion of hex characters. It displays the byte offset on the left, and the ASCII representation (if applicable) on the right. It displays 16 bytes per line. | Info |
tkmapper | This program transforms the small Yahoo maps into one larger map that can grabs neighboring maps and tiles them in the window letting you build up a larger, more complete map of an area. | Info |
tkoutline | A cross-platform outline editor | Info |
tkpool | Playing pool (snooker, billiards) - from the wiki, by Neil Madden | Info |
tkstalker | A simple web browser built using TkHTML, contains with a built in WIKI reaper made using the reaper codes from "Tcler's Wiki" pages 4718 and 2993. This version is not quite complete - the "forward" button doesn't work and forms are only displayed, but it is useful for reaping tcl code from wiki pages. Contains tkHTML libraries for Linux, Windows and OSF1 | |
tkvideo | This project provides a video display widget for the Tk toolkit that can be used to display video data from files or from video capture devices. This includes most webcams and AVI or WMV files. Windows only at this stage. | Info |
tkvnc | A VNC client coded in pure Tcl - all in a 13Kb Starkit! | Info |
weather | Displays a map of predicted precipitation (for North Atlantic, Europe, and parts of adjacent continents) for the next 15 days, in 12 hour steps, from a German weather station via HTTP | Info |
wikit | An implementation of a Wiki in Tcl. Can be used as a CGI process or run locally using the Tcl/Tk graphical front end. | Info |
Development |
Useful tools for developers |
ased | BWidget IDE allowing editing of multiple Tcl files, providing syntax highlighting, indentation support, search/replace, unlimited undo/redo, simple console, fast source code navigation and Tcl testing. Currently at v3.0. | Info |
bras | A rule-controlled command processing program (like make), which uses Tcl rather than the make syntax to describe relationships and actions. | Info |
bwdemo | Demonstration of BWidgets - a Tcl/Tk script-only set of megawidgets. | Info |
COMet | COMet is a COM Explorer for Tcl. COMet allows you to instantiate COM objects, examine Collections and Properties, invoke Methods with arguments, and examine TypeLibs ENUMs. This is a Windows specific StarKit, and contains tcom 3.9 and BWidget 1.7.0. A Windows Starpack (containing the UPX version TclKit) is also available here. | Info |
critcl | A new facility to build C extensions on-the-fly - allows you to embed C in Tcl, either for stand-alone operation or to generate as an extension. Run without arguments to get some additional help | Info |
csvop | An easy to use application adding a nice interface around the tcllib package handling csv files. | Info |
davkit | Webdav client plus VFS handler, lets you mount any remote WebDAV server, and cd/glob/stat/read/write/mkdir/rmdir in it. | Info |
dtp | The doctools processor, an application to handle documentation written in the doc* formats of tcllib. Based on the tcllib doctools, conveniently wrapped as a standalone application. | Info |
efftcl | Michael McLennan's "Effective Tcl/Tk" demo. | Info |
eskil | An enhanced version of tkdiff that includes: an improved parser, more highlighting modes (e.g. block, line, word, char), supports for directory diffs and support for more input file types (e.g. CVS conflict files, patch files). | Info |
expand | A macro and/or template processor written in Tcl for Tcl. | Info |
ezsdx | ezSDX, for Windows, provides a GUI that makes makes it easy to convert a
Tcl application into a starkit, e.g., myprog.kit. You can make small changes to
your source code, save them in your editor, and click on the "Wrap & Run"
button in ezSDX to re-generate and re-run myprog.kit. ezSDX makes it extremly
easy to create myprog.exe from the starkit myprog.kit, and you can use ezSDX to
run the freshly-produced myprog.exe. | Info |
Help | A starkit that can display html help, based on tkhtml. Useful for building embedding help systems in Starkits (Linux, Solaris and Windows only) | Info |
img | Img is a Tk extension that adds support for many image formats - including bmg, ico, jpeg, pcx, pixmap, pngm ppm, tiff and many others. This starkit contains libraries for Linux, Windows, Mac OSX and Linux-ARM. | Info |
mk2tcl | A Starkit that takes a Metakit database file and dumps its contents (as a series of Tcl commands). The output can be edited and executed to rebuild the database. Useful for editing adjusting the contents of a Wikit Wiki datafile | Info |
mk_manager | A general "Metakit" database browser tool by Jeff Godfrey. Work in progress, but still very useful. | Info |
ml | An editor for tcl/tk source files, providing syntax highlighting, text undo, multiple windows, history and lots more. This is a modified/improved version with Iconic toolbar, Paned windows, popup menu which can run ../../main.tcl. | Info |
oomk | An experimental OO wrapper around the "Mk4tcl" Metakit database extension. | Info |
paved | Paved-widgets is a collection of standard widgets enhanced with background-tessellation capability (tiling). | Info |
pgaccess | The synergy of a PostgreSQL database administration tool, a rapid application development environment, and a help system for getting started with PostgreSQL | Info |
sandcrab | Sandcrab crawls a website checking for broken links, and compiles a report of what it finds. | Info |
sdx | Starkit Developer Extensions - used to create and maintain Starkits | Info |
snit | Snit is a pure Tcl object and megawidget system. It's unique among Tcl object systems in that it's based not on inheritance but on delegation. Snit is intended to help you build applications out of the materials at hand; thus, Snit is designed to be able to incorporate and build on any object, whether it's a hand-coded object, a Tk widget, an Incr Tcl object, a BWidget or almost anything else. Snit is part of "tcllib", the standard Tcl Library. | Info |
sockspy | Lets you watch the conversation of a Tcp client and server, displaying the data streams from each in listboxes. Useful for debugging Tcp client/server programs, examining protocols and diagnosing network problems. | Info |
SQLite | SQLite is a small extension that implements a self-contained, embeddable, zero-configuration SQL database engine. Contains binaries for Linux (x86 + Zaurus/ARM), OSX and Windows. | Info |
tbcload | The Tcl byte code loader - a package for loading of pre-compiled byte codes. This Starkit contains tbcload binaries for Linux, Mac OSX and Windows. | Info |
tclvfs | Contains various VFS drivers not included in Tclkit, including ftp, http, ns, tar, webdav and zip | Info |
tempFile | A very simple Temporary Directory Package for Starkits allowing easy export of files within the vfs to a temporary directory. | |
tkcon | TkCon is an enhanced interactive console for developing in Tcl. It also has the ability to connect to other Tk send-enabled languages, as well as generically to sockets. This is a version of tkcon 2.4 that is able to source a Starkit (thanks to David Zolli for providing this). | Info |
tkcvs | A Tcl/Tk based graphical interface to the CVS configuration management system. | Info |
tkdiff | A graphical 2 and 3-way diff/merge tool. | Info |
tkinspect | A Tk introspection tool - examine the internals of a running Tk application. This version includes the comm library and winsend for use on Windows and intra-platform communications. | Info |
tkregexp | Lets you design your regexps by typing the expression and visualize its effect | Info |
tkzinc | Contains the TkZinc package and the demo suite. Zinc widgets are very similar to Tk canvases in that they support structured graphics - Zinc is fast enough to allow the implementation of 2k2k radar displays with smooth animations. It is structured enough to allow the implementation of direct manipulation desktop GUIs. It will run the demo application if run, or provide the package if sourced (Windows only at this stage) | Info |
wfs | WSF makes it easy and forgiving to assign right-click sdx commands to your context menus on Windows. | Info |
widget | The original Tcl/Tk widget demonstration | |
wikitool | A fairly complete maintenance tool for wikit databases (requires command line input). | |
Games |
Games and graphical toys |
3Dmaze | This little game displays 3D mazes. You can adjust the width, height and depth of the maze. You can also try solving the maze by moving around a man with the arrow keys. | Info |
braitenberg | Not really a game - but an experiment that involves little machines that exhibit complex behaviour. Lots of fun nevertheless :-) | Info |
cars | A car racing game | Info |
checkers | A little checker game | Info |
coins | A simple memory game using UK coins. | Info |
CrossWaysWords | A board game in which the objective is for players alternately to create inter-locking words with the highest possible score. Up to four opponents, any or all or whom can be played by the computer (Windows only - requires Tcl/Tk 8.5 and Tile extension) | Info |
dot2dot | A dot-to-dot game written by Keith Vetter for his 3-year old daughter. | Info |
dots | The Dots and Boxes Game - a popular "folklore" game. Can be played by two people, or one person against the computer. Contains a built-in help system with detailed instructions. | Info |
eliminator | A fun little puzzle game, similar to TkSokoBan | Info |
ferris | A study in canvas animation simulating a Ferris Wheel, vaguely inspired by the famous landmark of Vienna | Info |
flagman | Flag signalling in Tcl - a signal mate holds two flags at different angles to represent letters. | Info |
flags | Maritime Signal Flags - lets you play with both semaphore flags and with signal flags | Info |
go | A little Go board | Info |
hextris | Hextris (a version of tetris) with multiplayer mode | Info |
horses | A little horse-racing game: ten horses (you can edit their names if you don't like my defaults) run at random speed from left to right. The first three to reach the finish are listed at the bottom. | Info |
iconnect4 | A Connect four in a row game that has a Computer opponent. | Info |
juggler | An animated demo shows a person juggling from 3 to 20 balls - by Keith Vetter | Info |
mancala | Mancala (or Mankala) is an ancient african board game with many variations. Here is an implementation based on an Egyptian version. | Info |
marbles | Falling marbles - a fun little animation of marbles cascading down a peg board. | Info |
mastermind | A Tcl/Tk implementation of the well known Mastermind (Superhirn) game. Prepared for german and english environments. | |
merlin | Merlin is a puzzle game. Merlin is based upon an electronic game from the 1970's that was also called Merlin. | Info |
morris | From the Popular Board Game series, here's Nine Men Morris | Info |
muse1demo | Muse is agame that combines drawing with music authoring. With Muse you can create "musart" that combines music and art. This is a free trial Starkit is fully operational but limited to 16 instruments. Starpacks for Windows, Linux and MaOS X, plus a more feature rich commercial version are available on the Muse website. | Info |
pachisi | A little Pachisi game (in Germany known as Mensch aergere dich nicht), featuring the classical board, a lightly animated die, and moving pieces. | Info |
patience | A solitaire card game with lots of rules and card images. You can play alone, against the computer or against another player on the net. | Info |
puzzleblocks | Drag, rotate and drop blocks to assemble a bird or a boat. | Info |
slidem | A simple little puzzle game where you slide balls around trying to move them into the center hole. | |
soarmap2 | A sailplane flying game. You can fly a sailplane over a moving map using an aviation sectional chart. | Info |
spirograph | Simulates the kid's game of SpiroGraph | Info |
starfield | Display an animated starfield - try clicking and dragging the mouse. | Info |
tetris | Tetris with multiplayer mode (Netris!) | Info |
tictactoe | A little Tic Tac Toe game | Info |
tk_bugz | A variation of the classic arcade game "Galaxian" - a little raw but fun anyway. | Info |
tkbomb | Hexagonal version of a bomb finding game | Info |
tkchallenger | a tcl/tk game that lets you solve the Challenger puzzles that you find in the daily paper. | Info |
tkgem | The object of the game is to swap neighboring gems to create rows or columns of three or more similar gems. When you do so, those gems explode and all the gems above slide down and new gems fill in the top. The more gems you explode in a turn the more points you get. | Info |
tkjewel | A dropping jewels game in Tcl/Tk ported from xjewel. | Info |
tkmaze | Computer players with "lefty/stupid/righty" strategies | Info |
tkoverload | A game similar to the Overload shareware game from Astatix | Info |
tkpente | A two-player version of the popular Pente game. The object of the game is to get five pieces in a row, or to capture ten of your opponents pieces. This program can also play be the newer Keryo rule set. | Info |
tksokoban | Another game with cool graphics / advanced move functions / undo / redo / keyboard or mouse control | Info |
tortue | Tcl turtle for use with young programmers. An introductive way to Tcl programming used with ~13 year old French children (in French) | Info |
yahtzee | A little Yahtzee game. | Info |
Packages |
Common development packages conveniently wrapped as Starkits. See notes below for information on how to use. |
bignum | A tcl wrapper to libgmp (the Gnu Multiple Precision Bignum library http://www.swox.com/gmp/. Contains binaries for Linux (x86), Windows and MacOS X | Info |
busy | The BLT busy command - extracted as a stand-alone package using Critcl. Busy allows you to "busy" out a portion of a GUI application's window hierarchy, so that it can't receive keyboard or mouse events. This is most useful for client/server applications where the client GUI should display an hourglass or clock cursor while the server is doing some work on its behalf. The cross-platform Starkit contains binaries for AIX, HP-UX, Linux, MacOSX, Solaris, Tru-64 and Windows. Source is available here. | Info |
gbutton | A package that implements fancy graphical buttons for Tk. | Info |
kitten | A "ten-pack" of Tcl/Tk extensions (actually more like 50 these days). Contains both cross-platform extensions and binaries for Linux, Solaris and Windows. | Info |
plplotter | PLplot is relatively small, portable, freely distributable plotting/graphing library containing a wide range of plot types including line, contour, 3D, fill, etc. This is a Windows specific Starkit containing 19 demos - source for other platforms can be obtained by following the info link. | Info |
snack | Snack for Windows | Info |
splash | A splash screen package for Starkits - it supports animated splash screens using a separate process to display multi-layered GIF images, thus allowing screen updates to be occur during relatively long running tasks such as downloading code or data from a server. | Info |
tcllib | The Tcl Standard library - a collection of Tcl packages that provide Download the Starkit and run without arguments for documentation and instructions on how to use. | Info |
tdom | tDOM - a XML/DOM/XPath implementation in C for Tcl, with binaries for Linux, Windows, Mac OSX, FreeBSD and Solaris | Info |
tile07 | The Tile Widget Set is a next-generation re-implementation of many of the core Tk widgets, along with the addition of several new widgets. With Tile, Tk applications can achieve an appearance much closer to native platform widgets, as well as take advantage of a modern, highly dynamic theme engine to produce a wide variety of alternative user interface styles. Tile widgets complement the existing Tk widgets, and Tile is currently being incorporated directly into Tk. | Info |
tls | TLS 1.4 for Windows | Info |
Commercial |
|
alphatk | A 25 day trial of the AlphaTK programmers editor. Alphatk is most useful for programmers, those writing a lot of TeX/LaTeX documents and for editing of HTML source files. It has a very rich features to aid in writing and editing files of those document types. In addition to those, the programming languages strongly supported are C, C++, Java, Tcl, Perl, Matlab. Most other common languages are also supported, although perhaps not with quite such a rich feature set. There is also a Windows Starpack available here | Info |
Starpacks |
The following Windows and Linux starpacks include the UPX compressed version of Tclkit. The Solaris starpacks have been compressed with gzip. |
newzpoint | Displays a tabbed layout of multiple web pages by embedding MSIE | Info |
tcltutor | A computer aided instruction package for learning the Tcl language. It consists of 43 lessons covering all of the basic Tcl commands and most of the recent (8.0) additions | Info |
wikit | An implementation of a Wiki in Tcl. Can be used as a CGI process or run locally using the Tcl/Tk graphical front end. | Info |
wikitsh | Same but without the GUI | Info |
Notes ...
Sponsored by |
|
and |
|
|