Home
Pages 43
Clone this wiki locally
frappe is an Open Sourced high-level Web Application Framework (licensed under the MIT License) built on top of Python's Werkzurg Server, Jinja 2 for templating and JavaScript for everything awesome. You can build pretty much everything using frappe for rapid application development so that you can focus on building products without reinventing wheels!
Table of Contents
Installation
To install frappe right from scratch, check out our exhaustive guides:
- Installing Frappe ERPNext on MacOS
- The Hitchhiker's Guide to Installing Frappe on Linux
- The Hitchhiker's Guide to Installing Frappe on Windows OS (Windows Subsystem for Linux)
- The Hitchhiker's Guide to Installing Frappe on Mac OS X (deprecated)
Release Schedule
We are following the below schedules for current releases.
Version 11 3rd Wednesday of every 2 months Version 12 3rd Thursday of every 2 months Version 13 3rd Thursday of every month
Note: Fixes for critical issues will be released out of the schedule.
The pre-release branch will be made 10 days before the release date for each version and testing will be done on that pre-release branch. Any fixes based on testing should go into both pre-release and hotfix/develop branches via separate pull requests.
Migration Guide
This involves changes you'd have to make in your Frappe Apps to make them compatible with the latest releases of Frappe.