{"id":13420054,"url":"https://github.com/chewing/windows-chewing-tsf","last_synced_at":"2026-05-17T04:06:58.229Z","repository":{"id":47979256,"uuid":"12568872","full_name":"chewing/windows-chewing-tsf","owner":"chewing","description":"Free software implementation of Chewing Input method for Windows based on Text Services Framework","archived":false,"fork":false,"pushed_at":"2026-05-13T23:14:10.000Z","size":2807,"stargazers_count":240,"open_issues_count":56,"forks_count":29,"subscribers_count":19,"default_branch":"main","last_synced_at":"2026-05-14T00:48:35.863Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://chewing.im/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chewing.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"COPYING.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["kanru"],"open_collective":"chewing"}},"created_at":"2013-09-03T16:21:49.000Z","updated_at":"2026-05-13T23:14:15.000Z","dependencies_parsed_at":"2026-02-28T16:02:31.886Z","dependency_job_id":null,"html_url":"https://github.com/chewing/windows-chewing-tsf","commit_stats":null,"previous_names":[],"tags_count":91,"template":false,"template_full_name":null,"purl":"pkg:github/chewing/windows-chewing-tsf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chewing%2Fwindows-chewing-tsf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chewing%2Fwindows-chewing-tsf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chewing%2Fwindows-chewing-tsf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chewing%2Fwindows-chewing-tsf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chewing","download_url":"https://codeload.github.com/chewing/windows-chewing-tsf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chewing%2Fwindows-chewing-tsf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33127017,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"online","status_checked_at":"2026-05-17T02:00:05.366Z","response_time":107,"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":"2024-07-30T22:01:25.336Z","updated_at":"2026-05-17T04:06:58.191Z","avatar_url":"https://github.com/chewing.png","language":"Rust","funding_links":["https://github.com/sponsors/kanru","https://opencollective.com/chewing"],"categories":["TODO scan for Android support in followings"],"sub_categories":[],"readme":"# windows-chewing-tsf\n\nImplement chewing in Windows via Text Services Framework:\n\n* chewing_tip contains an implementation of Windows text service for libchewing.\n* tsfreg contains TSF registration helper used in the installer.\n* preferences contains the user preference and phrase editor GUI.\n\nAll parts are licensed under GPL-3.0-or-later license.\n\n# Development\n\n## Tool Requirements\n\n**Build natively on Windows using MSVC**\n\n* [Build Tools for Visual Studio 2022](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2022)\n* [NodeJS Native](https://nodejs.org/)\n* [Rust](https://rustup.rs/)\n\n**Cross compile on Windows using MinGW-W64**\n\n* [MSYS2](https://www.msys2.org/)\n* [NodeJS Native](https://nodejs.org/)\n* [Rust](https://rustup.rs/)\n\n**Cross compile on Fedora using MinGW-W64**\n\n* [NodeJS Native](https://nodejs.org/)\n* [Rust](https://rustup.rs/)\n\n## How to Build\n\n* Get source from github\n    ```bash\n    git clone --recursive https://github.com/chewing/windows-chewing-tsf.git\n    cd windows-chewing-tsf\n    ```\n* Use this xtask command to build the installer\n    ```\n    cargo xtask build-installer --target msvc --release\n    cargo xtask package-installer\n    ```\n\n## TSF References\n\n* [Text Services Framework](http://msdn.microsoft.com/en-us/library/windows/desktop/ms629032%28v=vs.85%29.aspx)\n* [Guidelines and checklist for IME development (Windows Store apps)](http://msdn.microsoft.com/en-us/library/windows/apps/hh967425.aspx)\n* [Input Method Editors (Windows Store apps)](http://msdn.microsoft.com/en-us/library/windows/apps/hh967426.aspx)\n* [Third-party input method editors](http://msdn.microsoft.com/en-us/library/windows/desktop/hh848069%28v=vs.85%29.aspx)\n* [Strategies for App Communication between Windows 8 UI and Windows 8 Desktop](http://software.intel.com/en-us/articles/strategies-for-app-communication-between-windows-8-ui-and-windows-8-desktop)\n* [TSF Aware, Dictation, Windows Speech Recognition, and Text Services Framework. (blog)](http://blogs.msdn.com/b/tsfaware/?Redirected=true)\n* [Win32 and COM for Windows Store apps](http://msdn.microsoft.com/en-us/library/windows/apps/br205757.aspx)\n* [Input Method Editor (IME) sample supporting Windows 8](http://code.msdn.microsoft.com/windowsdesktop/Input-Method-Editor-IME-b1610980)\n\n## Windows ACL (Access Control List) references\n\n* [The Windows Access Control Model Part 1](http://www.codeproject.com/Articles/10042/The-Windows-Access-Control-Model-Part-1#SID)\n* [The Windows Access Control Model: Part 2](http://www.codeproject.com/Articles/10200/The-Windows-Access-Control-Model-Part-2#SidFun)\n* [Windows 8 App Container Security Notes - Part 1](http://recxltd.blogspot.tw/2012/03/windows-8-app-container-security-notes.html)\n* [How AccessCheck Works](http://msdn.microsoft.com/en-us/library/windows/apps/aa446683.aspx)\n* [GetAppContainerNamedObjectPath function (enable accessing object outside app containers using ACL)](http://msdn.microsoft.com/en-us/library/windows/desktop/hh448493)\n* [Creating a DACL](http://msdn.microsoft.com/en-us/library/windows/apps/ms717798.aspx)\n\n# Code Signing Policy\n\nThis [project](https://signpath.org/projects/chewing-im/) is sponsored by SignPath. We use free code signing provided by [SignPath.io](https://about.signpath.io/), certificate by [SignPath Foundation](https://signpath.org/).\n\n**People and roles:**\n\n* Committers and reviewers: [Chewing core team](https://github.com/orgs/chewing/teams/core), [Windows Chewing maintainers](https://github.com/orgs/chewing/teams/windows)\n* Approvers: [Chewing core team](https://github.com/orgs/chewing/teams/core)\n\n# Privacy Policy\n\nThis program will not transfer any information to other networked systems unless\nspecifically requested by the user or the person installing or operating it.\n\n# Bug Report\nPlease report any issue to [here](https://github.com/chewing/windows-chewing-tsf/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchewing%2Fwindows-chewing-tsf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchewing%2Fwindows-chewing-tsf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchewing%2Fwindows-chewing-tsf/lists"}