Download




Download current version

           Download Windows installer   (if first time, you may need to restart TinkerCell once)
           Download Mac installer (image)  (mac version is no longer being updated)
       Download Ubuntu 64-bit version (after downloading, follow these instructions)
       Download Ubuntu 32-bit version (after downloading, follow these instructions)


Download older version

Version 1.2.693


If you experience problems with installation, please email admin@tinkercell.com 

    
           Download Windows installer
           Download Mac installer (image)  (mac version is no longer being updated)
       Download Ubuntu 64-bit version (after downloading, follow these instructions)
       Download Ubuntu 32-bit version (after downloading, follow these instructions)



Download WikiDust or Script Editor versions of TinkerCell


"WikiDust Editor" is a program for drawing and uploading the diagrams to wiki sites


   
   "WikiDust Editor" for Mac  (mac version is no longer being updated)



"Script Editor" is for constructing models using Antimony scripts and analyzing them
  

  "Script Editor" for Windows
  
   
   "Script Editor" for Mac  (mac version is no longer being updated) 
   

"Script Editor" for Ubuntu 32-bit  (after download, follow these instructions)


"Script Editor" for Ubuntu 64-bit  (after download, follow these instructions)



Source code


First install Subversion, and then use the following command to get the code:
svn checkout svn://svn.code.sf.net/p/tinkercell/code/trunk tinkercell       

Compile the source code by following these instructions

       

Enable plug-ins


To get automatic updates on plugins, you need to install:

      For Windows: Subversion  (also included with the windows installer)
      For Mac: Xcode (if you don't have an account, use username "tinkercell" and password "password")      For Linux: sudo apt-get install subversion

Install Python and Octave

      In Linux, just install Octave and Python using apt-get python octave

      In Mac, Python is setup properly by default. You will need to install Octave. Then add Octave to the path using the following command:
          export PATH=$PATH:/Applications/Octave.app/Contents/Resources/lib/octave-3.2.3/


      In Windows:
           Python and PySCeS if you don't have Python and PySCeS installed
           Install Octave and add Octave/bin to the system path by following these steps:
    1. right-click on my computer and select "properties"
    2. select "advanced system settings"
    3. select "environmental variables"
    4. find the PATH system variable
    5. at the end of the PATH, add C:\Python25;C:\Octave\bin (assuming you installed Octave in C:\Octave and Python in C:\Python25)