PTree

Design power trees and estimate consumptions

Download

All versions

or later

Other platforms

Draw the power supply architecture of an electronic board

Power Tree Screenshot

Configure multiple types of regulators

Regulator Configuration

Define the part list with all consumptions. Export from and import to spreadsheets

Part Table

View project statistics

Pie Chart

And much more...

About PTree

PTree is a free and open source project. I earn no money with it.

You are welcome to redistribute it under the conditions of the GPL-3.0 license.

All sources and instructions are available on the GitHub repository.

Found a bug ? Have an idea ?

Please let me know if you found a bug. I will try to correct it as fast as possible.

You may also have an idea to improve PTree. I can not promise it will be developped but I would be glad to hear about it.

In both case, you can submit a new issue on GitHub. Or you can send me .

Technical details

PTree is a packaged web application for desktop only. It is based on Electron:

Electron is an open source library developed by GitHub for building cross-platform desktop applications with HTML, CSS, and JavaScript. Electron accomplishes this by combining Chromium and Node.js into a single runtime and apps can be packaged for Mac, Windows, and Linux.

The stylesheets are compiled with Sass and the application itself is packaged with electron-packager. Mutiple dependancies are used and can be found at the end of package.json.

If you want to compile it yourself or modify it, you will find instructions directly on GitHub.