{% set title = "Get Tryton" %} {% set description = "How to download and install Tryton" %} {% set keywords = ["download", "install"] %} {% set toc = [ ("Demo", 'demo', None), ("Docker Image", 'docker', None), ("Desktop Client", 'desktop-client', None), ("Source Files", 'source', None), ("Chronos", 'chronos', None), ("Packages", 'packages', None), ("Distributions", 'distributions', None), ("Third Party Modules", 'third-party-modules', None), ] %} {% extends "layout-toc.html" %} {% from "utils.html" import background with context %} {% block style %} {{ super() }} {{ background('banner-download') }} {% endblock %} {% block content %}
{{ super() }} {% endblock content %} {% block main %}Tryton is composed of a server which runs on PostgreSQL, a web or desktop client and a set of server modules.
Tryton is released by series (same major and minor version numbers) every 6 months and they are supported for 1 year except for new major which has long term support of 5 years.
We host a public shared demo server. It is filled with some example data that gets reset every day.
User name | Password | |
---|---|---|
English | demo | demo |
Español | demo_es | demo |
Français | demo_fr | demo |
Deutsch | demo_de | demo |
Administrator | admin | admin |
A docker container that comes pre-installed with the server, modules and web client. This is a very simple way of locally installing and exploring the application. It is also production ready for easy deployment. These images are updated every week.
A ready-to-use client for your desktop. You can manage and connect to different servers using the same client.
Current version:
Windows
macOS
Long term support:
Windows
macOS
For other platforms, use the source files
The source code for the release of each component is available in an archive file. These are useful for creating packages.
Current version:
Browse
Long term support:
Browse
We also publish an optional add-on that can be used to manage timesheets from inside your browser.
All the packages are also published on the Python Package Index.
Tryton modules from third parties can also be found there.
You can install them using the pip command-line tool:
$ pip install trytond # server
$ pip install tryton # client
$ pip install trytond_sale # sale module
Replace trytond_sale
with the name of the module needed.
The web client can not be installed with pip
, you must follow this installation procedure.
Tryton is also packaged and distributed by third-party volunteers. These generally provide better integration with the operating system, but often there is a delay before new versions make it into their distributions.
Tryton has a large ecosystem of modules.
To ease your choice, we maintain a curated list of third party modules.