ohy

Crates.ioohy
lib.rsohy
version
sourcesrc
created_at2025-02-02 12:59:47.541696
updated_at2025-02-02 12:59:47.541696
descriptiona lightweight command-line tool that converts web into desktop app
homepage
repositoryhttps://github.com/ohyfun/ohy
max_upload_size
id1539556
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(ohyfun)

documentation

README

ohy

"ohy" is derived from the Japanese word "おはよ" (good morning). It's a lightweight command-line tool written in Rust that converts web applications into desktop applications.

Key Features

  • Compact executable size (under 5MB)
  • Privacy-focused data isolation based on URL and application name
  • Multiple instance support with isolated sessions by default
  • Automatic application icon fetching
  • Centralized local cache storage

Usage

Usage: ohy --url <url> [-n <name>] [-w <width>] [-h <height>] [-a <user-agent>]

Options:
  --url             url example https://www.github.com
  -n, --name        name
  -w, --width       width default 1200
  -h, --height      height default 780
  -a, --user-agent  user agent
  --help, help      display usage information

Example

To create a desktop application for qwen chat:

ohy --url https://chat.qwenlm.ai -n qwen

Benefits

  • Lightweight and efficient resource usage
  • Enhanced privacy through session isolation
  • Simple and straightforward configuration
  • Cross-platform compatibility

screenshot

app-context-dir ohy-icon qwen-dark qwen

Commit count: 7

cargo fmt