{"id":28194367,"url":"https://github.com/humansinput/htmlui","last_synced_at":"2026-04-06T09:33:44.421Z","repository":{"id":128773557,"uuid":"204318000","full_name":"humansinput/htmlui","owner":"humansinput","description":"Attempt to create a Ruby GUI framework based on QML WebEngineView and HTML5.","archived":false,"fork":false,"pushed_at":"2019-08-26T14:17:59.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-17T23:15:17.034Z","etag":null,"topics":["desktop","gui","html","linux","macos","qml","qt","ruby","rubygem","windows"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/humansinput.png","metadata":{"files":{"readme":"README.asciidoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-25T16:06:46.000Z","updated_at":"2019-09-22T13:38:30.000Z","dependencies_parsed_at":"2023-04-29T17:32:26.371Z","dependency_job_id":null,"html_url":"https://github.com/humansinput/htmlui","commit_stats":null,"previous_names":["humansinput/htmlui"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/humansinput/htmlui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humansinput%2Fhtmlui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humansinput%2Fhtmlui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humansinput%2Fhtmlui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humansinput%2Fhtmlui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/humansinput","download_url":"https://codeload.github.com/humansinput/htmlui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humansinput%2Fhtmlui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31466629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T08:36:52.050Z","status":"ssl_error","status_checked_at":"2026-04-06T08:36:51.267Z","response_time":112,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["desktop","gui","html","linux","macos","qml","qt","ruby","rubygem","windows"],"created_at":"2025-05-16T13:12:05.425Z","updated_at":"2026-04-06T09:33:44.401Z","avatar_url":"https://github.com/humansinput.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"= HTMLUI\n\n*HTMLUI* is a framework that can be used to create GUI applications using HTML and Ruby.\n\nHere is [a really simple example](https://github.com/timkoi/htmlui/tree/master/example) that demostrates the basics of using HTMLUI.\n\n== Installation\nHTMLUI is still considered experimental and, as such, no stable releases are available (yet). To use HTMLUI, you'll have to build it from sources, which is pretty easy.\n\nYou will need:\n[squares]\n- Ruby 2.0 or later\n- Qt 5.9 or later\n- `qml` Ruby gem\n\nIf you are on macOS and you have MacPorts installed, all the dependencies can be installed using these commands:\n[source,bash]\n----\n$ sudo port install qt5-qtwebengine qt5-qtbase\n$ sudo sh -c \"PREFIX=\\\"/opt/local/libexec/qt5/bin:$PREFIX\\\" gem install -N qml\"\n----\n\nNow build the binary gem for `htmlui` and install it: \n[source,bash]\n----\n$ gem build htmlui.gemspec\n$ sudo gem install --local htmlui-1.0.0.gem\n----\n\n== Status\n=== What works?\n[squares]\n- Rendering HTML pages using QML WebEngineView\n- Calling Ruby code from HTML\n- Calling JavaScript from HTML\n- Creating alerts from Ruby\n- Loading internal/external JavaScript or CSS\n- Retreiving information about HTML elements from Ruby\n- Calling file selection dialog from Ruby\n\n=== What does not work or is not implemented (yet)?\n[squares]\n- Creating input boxes from Ruby\n\n== License\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumansinput%2Fhtmlui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhumansinput%2Fhtmlui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumansinput%2Fhtmlui/lists"}