Pyloid Docs
GithubLanguage
  • 💎What is Pyloid?
  • Getting Started
    • Prerequisites
    • Create Pyloid App
  • Core Concepts
    • Thread Safety
  • API
    • Python (Backend)
      • Pyloid
      • BrowserWindow
      • Monitor
      • TrayEvent
      • Utility Functions
      • RPC
      • Store
    • Javascript (Frontend)
      • Event
      • BaseAPI
      • RPC
  • Guides
    • Load Webview
    • Serve Frontend
    • Calling Python from JS
    • Calling JS from Python
    • Keyboard Shotcuts
    • Notification
    • Tray
    • Timer
    • File Watcher
    • Clipboard
    • Window Position
    • Devtools
    • Window Drag Region
    • Window Radius And Transparent
    • Autostart
    • Production Utils
    • Desktop Monitor
    • File Dialog
    • Splash Screen
Powered by GitBook
On this page
  • Pyloid: Thread-Safe Desktop Apps—Unified with Any Frontend and Python Technology
  • 💡 Key Features
  • 🚀 Getting Started

Was this helpful?

Edit on GitHub

What is Pyloid?

NextPrerequisites

Last updated 28 days ago

Was this helpful?

Pyloid: Thread-Safe Desktop Apps—Unified with Any Frontend and Python Technology

💡 Key Features

  • 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

🚀 Getting Started

  • Node.js

  • Python

  • uv

Quick Start

npm create pyloid-app@latest
pnpm create pyloid-app@latest
yarn create pyloid-app@latest
bun create pyloid-app@latest

💎
Prerequisites

Getting Started

Start Pyloid Project

References

Python/Js API Reference

Guides

Pyloid Guide

example image