{"id":26685173,"url":"https://github.com/0brym/tinyweb","last_synced_at":"2026-02-28T05:23:50.906Z","repository":{"id":280648306,"uuid":"942699927","full_name":"0brym/tinyweb","owner":"0brym","description":"Tiny terminal-launched web browser for Linux.","archived":false,"fork":false,"pushed_at":"2025-03-25T22:19:11.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T23:26:13.722Z","etag":null,"topics":["gtk3","linux","webkit-browser","webkit2gtk"],"latest_commit_sha":null,"homepage":"https://github.com/0brym/tinyweb","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0brym.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-03-04T14:30:47.000Z","updated_at":"2025-03-25T22:21:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"426722ee-afe7-4c33-ba58-1ca4c69c89a5","html_url":"https://github.com/0brym/tinyweb","commit_stats":null,"previous_names":["0brym/tinyweb"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0brym/tinyweb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0brym%2Ftinyweb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0brym%2Ftinyweb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0brym%2Ftinyweb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0brym%2Ftinyweb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0brym","download_url":"https://codeload.github.com/0brym/tinyweb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0brym%2Ftinyweb/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262188396,"owners_count":23272341,"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","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":["gtk3","linux","webkit-browser","webkit2gtk"],"created_at":"2025-03-26T10:14:36.648Z","updated_at":"2026-02-28T05:23:45.887Z","avatar_url":"https://github.com/0brym.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TinyWeb Browser\n\nA lightweight web browser built with GTK and WebKit for Linux and WSL2.\n\n## Features\n- Simple and minimal interface\n- Command-line arguments for specifying URLs\n- Bookmarks management\n- Address bar navigation\n\n## Dependencies\n- GTK 3\n- WebKit2GTK\n\n## Installing the dependencies\n### Debian/Ubuntu\n```bash\nsudo apt update\nsudo apt install build-essential libgtk-3-dev libwebkit2gtk-4.0-dev pkg-config\n```\n### Fedora/RHEL/CentOS\n```bash\nsudo dnf install gcc gtk3-devel webkit2gtk3-devel pkg-config\n```\n### Arch Linux\n```bash\nsudo pacman -S base-devel gtk3 webkit2gtk pkg-config\n```\n### OpenSUSE\n```bash\nsudo zypper install gcc gtk3-devel webkit2gtk-devel pkg-config\n```\n\n## Building\n```bash\ngcc -o tinyweb tinyweb.c $(pkg-config --cflags --libs gtk+-3.0 webkit2gtk-4.0)\n```\n\n## Usage\nFrom your terminal, run the following commands.\n\nRun tinyweb with the hardcoded homepage:\n```bash\n./tinyweb\n```\n\nRun tinyweb and set the homepage at runtime:\n```bash\n./tinyweb -h https://example.com\n```\nRun tinyweb with a specific URL at runtime:\n```bash\n./tinyweb https://example.com\n```\n\nThe rest is pretty intuitive UI stuff. Enjoy :)\n\n- Steve\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0brym%2Ftinyweb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0brym%2Ftinyweb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0brym%2Ftinyweb/lists"}