{"id":24834644,"url":"https://github.com/na-trium-144/webcface-webui","last_synced_at":"2026-04-11T22:02:51.659Z","repository":{"id":196033243,"uuid":"694201801","full_name":"na-trium-144/webcface-webui","owner":"na-trium-144","description":"UI Application for WebCFace","archived":false,"fork":false,"pushed_at":"2025-02-06T11:26:58.000Z","size":1393,"stargazers_count":0,"open_issues_count":19,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T12:26:46.379Z","etag":null,"topics":["gui","react","user-interface","visualization","vite"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/na-trium-144.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-09-20T14:23:37.000Z","updated_at":"2025-02-06T11:26:25.000Z","dependencies_parsed_at":"2023-10-15T04:55:27.456Z","dependency_job_id":"8571ee14-87de-4e48-b6fc-778576c3f3a4","html_url":"https://github.com/na-trium-144/webcface-webui","commit_stats":null,"previous_names":["na-trium-144/webcface-webui"],"tags_count":39,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/na-trium-144%2Fwebcface-webui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/na-trium-144%2Fwebcface-webui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/na-trium-144%2Fwebcface-webui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/na-trium-144%2Fwebcface-webui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/na-trium-144","download_url":"https://codeload.github.com/na-trium-144/webcface-webui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245580554,"owners_count":20638830,"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":["gui","react","user-interface","visualization","vite"],"created_at":"2025-01-31T03:32:40.283Z","updated_at":"2026-04-11T22:02:46.611Z","avatar_url":"https://github.com/na-trium-144.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webcface-webui / webcface-desktop\n[![release](https://img.shields.io/github/v/release/na-trium-144/webcface-webui)](https://github.com/na-trium-144/webcface-webui/releases)\n\nUI Application for [WebCFace](https://github.com/na-trium-144/webcface).\n\n## WebUI\n* WebCFaceのフロントエンドとなるUIです。\n* staticなhtmlにビルドし、webcface-serverをhtmlサーバーとしてブラウザーからアクセスして使います。\n* webcface-serverをビルドする際mesonが自動ダウンロードしますが、個別にダウンロードしたい場合は[Releases](https://github.com/na-trium-144/webcface-webui/releases)の tar.gz アーカイブにビルド済みのhtmlファイルが入っています。\n\n### Development\n\n```bash\nnpm install\nnpm run dev\n```\n\nand open http://localhost:5173/\n\n### Build\n\n```bash\nnpm run build\n```\n* 環境変数`WEBUI_NO_SUFFIX`を1にするとpackage.jsonに書かれているバージョンが、そうでなければ`git describe --tags`の結果が Connection Info でバージョン情報として表示されます。\n\n## Desktop\n\n* Electronでビルドし、アプリケーションとして起動して使います。\n* WebUIの機能に加え、webcface-serverを自動で起動し、またwebcface-launcherなどの設定と起動ができます。\n* webcface-desktop単体は[Releases](https://github.com/na-trium-144/webcface-webui/releases)からzipファイル、tar.gzファイル、debパッケージでダウンロードできますが、これを起動するにはwebcface-serverなどを適切に配置する必要があります\n\t* [WebCFace](https://github.com/na-trium-144/webcface)のREADMEにしたがってダウンロード、インストールしたほうがかんたんです\n\n### Development\n\n```bash\nnpm install\nnpm run edev\n```\n\n### Build\n\n```bash\ntsc -p tsconfig.electron.json\nenv ELECTRON=1 vite build\nelectron-builder --publish never\n```\n\n* webcface-serverとwebcface-launcherをwebcface-desktopから見て ../bin/ の位置に、またWebUIをビルドしたdistディレクトリを ../share/webcface/dist/ または ../dist/ として置くとdesktopがserverを自動起動できるようになります。\n\t* Windowsの場合はwebcfaceのdllもbinに置いてください\n\t* Linuxの場合はlibwebcface.so.\\*を ../lib/ に置いてください\n\t* MacOSの場合はwebcface-serverとlauncherとlibwebcface.\\*.dylibを WebCFace Desktop.app/Contents/MacOS/ に、 distを WebCFace Desktop.app/Contents/dist/ に置いてください\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fna-trium-144%2Fwebcface-webui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fna-trium-144%2Fwebcface-webui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fna-trium-144%2Fwebcface-webui/lists"}