Recent comments

Get Notified Easily

Subscribe to Klorofil News feed.

Klorofil Download Center

Note: Source code is available along with the installer. PHP 5.0 binary is included in the Klorofil Platform installer below.

Purefect Desktop Installer

Purefect Desktop installer will be available soon. Currently, you can see Purefect in action through:

Klorofil Platform Installer

Sample Code

Basic sample applications are bundled with the Klorofil Platform installer file above. Additional samples:

  • gambArt Sample [83.9 KB]
    Provide some basic applications based on gambArt

Documentation

Klorofil Platform for Windows Installation Instruction

  1. Download installer (klorofil-platform-X.X-installer.zip)
  2. Run the installer file that has been downloaded. By default, the installer will install Klorofil Platform by creating a Klorofil directory on your Program Files directory.
  3. Now, Klorofil Platform can be accessed through your Windows' Start Menu.
  4. To verify the installation, you can run the samples provided. Click : Start Menu > Klorofil > Samples > Hello World

Klorofil Platform for Linux Installation Instruction

  1. Download installer (klorofil-platform-X.X-installer.tar.bz2)
  2. Unpack the installer:
    $tar -xjf klorofil-platform-X.X-installer.tar.bz2
  3. Switch to Root:
    $su
  4. Run installation script provided with the installer:
    $./install
  5. Switch back from root:
    $exit
  6. Change directory:
    $cd /usr/lib/klorofil/samples/hello_world/
  7. Run the sample:
    $klorofil app.kfe