- All Frontend Frameworks are supported
- All features necessary for a desktop application are implemented
- Through thread-safe implementation, it seamlessly integrates with any Python framework
- RPC between Python and JavaScript
- Single Instance Application / Multi Instance Application Support
- Multi-Window Application Support
- Clean and Intuitive Code Structure
- Cross-Platform Support
- Window Customization
- Detailed Numpy-style Docstrings
- Node.js
- Python
- uv
{% tabs %} {% tab title="npm" %}
npm create pyloid-app@latest
{% endtab %}
{% tab title="pnpm" %}
pnpm create pyloid-app@latest
{% endtab %}
{% tab title="yarn" %}
yarn create pyloid-app@latest
{% endtab %}
{% tab title="bun" %}
bun create pyloid-app@latest
{% endtab %} {% endtabs %}
Getting Started | Start Pyloid Project | prerequisites.md | ||
References | Python/Js API Reference | python-backend | ||
Guides | Pyloid Guide | build-guide |