Releases

OnFramer Release notes

Versión 1.0.0-beta

We are excited to announce the release of OnFramer version 1.0.0, a powerful and flexible Chromium Embedded Framework designed to enhance your desktop application development experience. This initial release brings a suite of features that make window management and control easier and more efficient using web technologies.

Key Features

  1. 🪟
    Multi-Monitor Support
    Seamlessly manage and position windows across multiple monitors.

    Effortlessly control window placement and dimensions for an optimal multi-screen setup.
  2. 🖵
    Transparency Control
    Adjust the transparency of windows from fully opaque to fully transparent.

    Create sleek, modern interfaces with dynamic opacity settings.
  3. 🎚️
    Remote Control via WebSockets
    Manage and control windows remotely using WebSocket technology.

    Enable real-time interaction and control of application windows from remote locations.
  4. ⚙️
    JavaScript Integration
    Leverage the power of JavaScript to control and customize window behavior.

    Use familiar web technologies (HTML, CSS, JavaScript) to build and manage desktop applications.
  5. 📌
    Always on Top
    Keep critical windows always on top of other applications.

    Ensure important information is always visible.

and much more ...

Install

Onframer

From an Elevated (Run as Administrator) PowerShell prompt

                                            iwr -useb https://onframer.io/installer?version=1.0.0-beta | iex
                                        

Custom Url Schema (onframer:// and widget://)

From an Elevated (Run as Administrator) PowerShell prompt

                                            iwr -useb https://onframer.io/installer/url-schema?version=1.0.0-beta | iex
                                        

Standalone

Download zip folder and install it by your self

Download

Javascript file

Add JavaScript file to your html project

                                            <script src="https://cdn.jsdelivr.net/gh/soft2help/onframer-js@v1.0.0-beta/onframer.js" ></script>  
                                        

Uninstall

From an Elevated (Run as Administrator) PowerShell prompt

                                            iwr -useb https://onframer.io/uninstaller?version=1.0.0-beta | iex