{"id":31163573,"url":"https://github.com/yu-core/aspnetcore.components.webview.gtk","last_synced_at":"2025-09-19T06:51:35.836Z","repository":{"id":283659203,"uuid":"928544219","full_name":"Yu-Core/AspNetCore.Components.WebView.Gtk","owner":"Yu-Core","description":"Build Linux apps with Blazor and WebKitGTK","archived":false,"fork":false,"pushed_at":"2025-09-09T12:26:58.000Z","size":168,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-16T16:16:46.536Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","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/Yu-Core.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null}},"created_at":"2025-02-06T20:00:50.000Z","updated_at":"2025-09-09T12:27:26.000Z","dependencies_parsed_at":"2025-07-04T19:42:21.900Z","dependency_job_id":"b130815f-9a49-4f14-b465-4fccf1ab621d","html_url":"https://github.com/Yu-Core/AspNetCore.Components.WebView.Gtk","commit_stats":null,"previous_names":["yu-core/gir.core.blazor","yu-core/blazorwebview.gtk"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Yu-Core/AspNetCore.Components.WebView.Gtk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yu-Core%2FAspNetCore.Components.WebView.Gtk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yu-Core%2FAspNetCore.Components.WebView.Gtk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yu-Core%2FAspNetCore.Components.WebView.Gtk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yu-Core%2FAspNetCore.Components.WebView.Gtk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yu-Core","download_url":"https://codeload.github.com/Yu-Core/AspNetCore.Components.WebView.Gtk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yu-Core%2FAspNetCore.Components.WebView.Gtk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275894325,"owners_count":25547858,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-19T02:00:09.700Z","response_time":108,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-09-19T06:51:30.259Z","updated_at":"2025-09-19T06:51:35.802Z","avatar_url":"https://github.com/Yu-Core.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AspNetCore.Components.WebView.Gtk\n\n[![NuGet Version](https://img.shields.io/nuget/v/Yu-Core.AspNetCore.Components.WebView.Gtk.svg)](https://www.nuget.org/packages/Yu-Core.AspNetCore.Components.WebView.Gtk/) ![License](https://img.shields.io/badge/License-MIT-blue.svg)\n\nAspNetCore.Components.WebView.Gtk is a library for building native clients using Blazor and WebView. It provides a BlazorWebView Widget for running the blazor hybird application on Linux. Use GTK and WebKitGTK, bound by [Gir.Core](https://github.com/gircore/gir.core)\n\n## Start\nReference [Yu-Core.AspNetCore.Components.WebView.Gtk](https://www.nuget.org/packages/Yu-Core.AspNetCore.Components.WebView.Gtk)\n\n```\n\u003cPackageReference Include=\"Yu-Core.AspNetCore.Components.WebView.Gtk\" Version=\"0.1.1\" /\u003e\n```\n\nInstall `libwebkitgtk-6.0-4`\n\n```bash\nsudo apt update\nsudo apt install libwebkitgtk-6.0-4\n```\n\nSee [sample](src/BlazorWebView/sample)\n\n## NOTE\n- Only Support Linux platform\n- Similarities and differences with WinForms/WPF BlazorWebView\n    - Similarities\n\n        UrlLoading, StartPath, BlazorWebViewInitializing, BlazorWebViewInitialized\n    - Differences\n\n        Cannot use Webview2 API, should consult WebKitGtk\n\n## Dependencies\n- [GirCore.Gtk-4.0](https://www.nuget.org/packages/GirCore.Gtk-4.0)\n- [GirCore.WebKit-6.0](https://www.nuget.org/packages/GirCore.WebKit-6.0)\n- [Microsoft.AspNetCore.Components.WebView](https://www.nuget.org/packages/Microsoft.AspNetCore.Components.WebView)\n\n## Thanks\n- [.NET MAUI](https://github.com/dotnet/maui)\n- [ASP.NET Core](https://github.com/dotnet/aspnetcore)\n- [DevToys](https://github.com/DevToys-app/DevToys)\n- [Gir.Core](https://github.com/gircore/gir.core)\n- [maui-linux](https://github.com/jsuarezruiz/maui-linux)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyu-core%2Faspnetcore.components.webview.gtk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyu-core%2Faspnetcore.components.webview.gtk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyu-core%2Faspnetcore.components.webview.gtk/lists"}