{"id":25893341,"url":"https://github.com/matyalatte/tuw","last_synced_at":"2025-03-02T21:32:57.170Z","repository":{"id":40324190,"uuid":"479980272","full_name":"matyalatte/tuw","owner":"matyalatte","description":"Tiny GUI wrapper for command-line tools","archived":false,"fork":false,"pushed_at":"2024-10-21T11:36:47.000Z","size":1597,"stargazers_count":24,"open_issues_count":3,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-21T16:45:24.376Z","etag":null,"topics":["cross-platform","gui-wrapper","json","libui","portable"],"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/matyalatte.png","metadata":{"files":{"readme":"docs/README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["matyalatte"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2022-04-10T10:13:05.000Z","updated_at":"2024-10-12T20:48:24.000Z","dependencies_parsed_at":"2023-09-26T12:44:46.524Z","dependency_job_id":"4198e0de-d44d-4ea6-bcde-714001b7f30c","html_url":"https://github.com/matyalatte/tuw","commit_stats":null,"previous_names":["matyalatte/tuw"],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matyalatte%2Ftuw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matyalatte%2Ftuw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matyalatte%2Ftuw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matyalatte%2Ftuw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matyalatte","download_url":"https://codeload.github.com/matyalatte/tuw/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241576070,"owners_count":19984928,"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":["cross-platform","gui-wrapper","json","libui","portable"],"created_at":"2025-03-02T21:32:52.907Z","updated_at":"2025-03-02T21:32:57.163Z","avatar_url":"https://github.com/matyalatte.png","language":"C++","funding_links":["https://github.com/sponsors/matyalatte"],"categories":[],"sub_categories":[],"readme":"# Tuw: a tiny GUI wrapper for command-line tools\n\n```text\n  _____\n |_   _|   ___      __\n   | || | | \\ \\ /\\ / /\n   | || |_| |\\ V  V /\n   |_| \\__,_| \\_/\\_/\n  Tiny UI wrapper for\n       CLI tools\n```\n\n![build](https://github.com/matyalatte/tuw/actions/workflows/build_all.yml/badge.svg)\n![test](https://github.com/matyalatte/tuw/actions/workflows/test.yml/badge.svg)\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/4aee3ee5172e4c38915d07f9c62725d3)](https://app.codacy.com/gh/matyalatte/tuw/dashboard?utm_source=gh\u0026utm_medium=referral\u0026utm_content=\u0026utm_campaign=Badge_grade)\n\n## Only 300KB for a portable GUI\n\nTuw provides a very simple GUI for your scripts.  \nAll you need is a JSON file and a tiny executable.  \n**No need for compilers, browsers, or huge executables!**  \n\n![sample](https://github.com/user-attachments/assets/6426fc08-821f-49f5-af74-965273d45d4a)\n\u003cimg src=https://github.com/user-attachments/assets/d770ea1d-cead-405c-a48c-48fe9ba3a4cf width=398\u003e\u003c/img\u003e  \n\n## Features\n\n-   [Define GUI in JSON](../examples/)\n-   [Embed JSON into exe](../examples/get_start/json_embed/)\n-   Save arguments\n-   Input paths by drag and drop\n-   Cross-platform (Windows, macOS, Linux, BSD, etc.)\n-   Native look and feel\n-   Portable\n-   Small size\n-   UTF-8 support\n\n## Downloads\n\nYou can download executables from [the release page](https://github.com/matyalatte/tuw/releases)\n\n-   `Tuw-*-Windows-*.zip` is for Windows (7 or later.)  \n-   `Tuw-*-Windows10-*.zip` requires Windows 10 or later, but it's much smaller than the standard version.  \n-   `Tuw-*-macOS.tar.xz` is for macOS (10.9 or later.)  \n-   `Tuw-*-Linux-*.tar.xz` is for Linux (with GTK3.14, GLIBC2.28, and GLIBCXX3.4, or later versions of the libraries.)  \n\n\u003e [!Note]\n\u003e Tuw also supports [Linux distributions using musl](https://github.com/matyalatte/tuw/blob/main/docs/Build-on-Linux.md) and [other Unix-like systems (BSD, Haiku, illumos, etc.)](https://github.com/matyalatte/Tuw/blob/main/docs/Build-on-Other.md). While there is no release package available for these systems, you can build Tuw from the source code.\n\n## Examples\n\nThere are many [JSON files](../examples/README.md) to learn how to define GUIs.  \n\n## JSON Schema\n\nThere is a [schema](../schema/schema.json) for `gui_definition.json`.  \nYou can use it to validate definitions while editing files.  \n\n### VSCode\n\nFor VSCode, you can add the schema path to `settings.json` (`File \u003e Preferences \u003e Settings \u003e JSON:Schemas \u003e Edit in settings.json`.)  \n\n```json\n\"files.associations\": {\n    \"*.tuw\": \"jsonc\"\n},\n\"json.schemas\": [\n    {\n        \"fileMatch\": [ \"gui_definition.json\", \"gui_definition.jsonc\", \"*.tuw\" ],\n        \"url\": \"https://raw.githubusercontent.com/matyalatte/tuw/main/schema/schema.json\"\n    }\n]\n```\n\n## FAQ\n\n[Frequently Asked Questions](./FAQ.md)\n\n## Building\n\n[Building Executables](./Building.md)\n\n## License\n\nFiles in this repository are available under the [MIT license](../license.txt).  \n\n## External Projects\n\n| Project | About | License |\n| -- | -- | -- |\n| [libui-ng](https://github.com/libui-ng/libui-ng) | GUI framework | [MIT](http://opensource.org/licenses/MIT) |\n| [RapidJSON](https://github.com/Tencent/rapidjson) | JSON parser | [MIT](http://opensource.org/licenses/MIT) |\n| [subprocess.h](https://github.com/sheredom/subprocess.h) | Command processor | [Unlicense](https://github.com/sheredom/subprocess.h/blob/master/LICENSE) |\n| [c-env-utils](https://github.com/matyalatte/c-env-utils) | Utilities for environment info | [MIT](http://opensource.org/licenses/MIT) |\n| [tiny-str-match](https://github.com/matyalatte/tiny-str-match) | String validator | [MIT](http://opensource.org/licenses/MIT) |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatyalatte%2Ftuw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatyalatte%2Ftuw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatyalatte%2Ftuw/lists"}