{"id":51115449,"url":"https://github.com/runlevel5/ibus-bambusa","last_synced_at":"2026-06-24T21:30:44.354Z","repository":{"id":362731137,"uuid":"1260553015","full_name":"runlevel5/ibus-bambusa","owner":"runlevel5","description":"A simple Vietnamese Input Method for GNOME / Bộ gõ tiếng Việt cho GNOME","archived":false,"fork":false,"pushed_at":"2026-06-14T14:10:13.000Z","size":384,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-14T16:38:02.536Z","etag":null,"topics":["gnome","ibus","ime","rust","vietnamese"],"latest_commit_sha":null,"homepage":"","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/runlevel5.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-05T16:03:15.000Z","updated_at":"2026-06-11T14:28:15.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/runlevel5/ibus-bambusa","commit_stats":null,"previous_names":["runlevel5/ibus-bambusa"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/runlevel5/ibus-bambusa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runlevel5%2Fibus-bambusa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runlevel5%2Fibus-bambusa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runlevel5%2Fibus-bambusa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runlevel5%2Fibus-bambusa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/runlevel5","download_url":"https://codeload.github.com/runlevel5/ibus-bambusa/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runlevel5%2Fibus-bambusa/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34750952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-24T02:00:07.484Z","response_time":106,"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":["gnome","ibus","ime","rust","vietnamese"],"created_at":"2026-06-24T21:30:43.638Z","updated_at":"2026-06-24T21:30:44.349Z","avatar_url":"https://github.com/runlevel5.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ibus-bambusa\n\nA simple, opinionated Vietnamese input method for **GNOME 50 or newer**.\n\n`ibus-bambusa` is an [IBus](https://github.com/ibus/ibus) engine that turns\nkeystrokes into Vietnamese text — Telex, VNI, VIQR and the usual variants.\n\n## Opinions\n\nThis project deliberately keeps a narrow scope. It does only what GNOME on\nWayland supports well, and nothing else:\n\n- **Wayland only**, targeting what GNOME 50 (or newer) actually supports. No X11, no\n  `XTest` key faking, no X11 clipboard or window introspection. If GNOME decides\n  to re-introduce support X11, so will this app.\n- **Native GNOME input switching**, adhering strictly to GNOME. Both global and\n  per window switching method are provided.\n- **Full charset output**: Unicode plus the legacy Vietnamese encodings\n  (TCVN3, VNI-Win, VIQR, VISCII, VPS, BK HCM, Vietware, NCR, …).\n- **Native libadwaita GUI.** Configuration lives in GSettings/dconf exposed\n  via native gnome-control-center.\n- **GNOME lifecycle**, providing support to active GNOME releases only. No plan\n  to support releases that has reached EOL.\n\nIf you need the features that the app does not offer, please consider alternatives:\n\n* [goxkey](https://github.com/huytd/goxkey)\n* [ibus-typing-booster](https://github.com/mike-fabian/ibus-typing-booster)\n* [ibus-m17n](https://github.com/ibus/ibus-m17n)\n* [ibus-bamboo](https://github.com/BambooEngine/ibus-bamboo)\n* [ibus-unikey](https://github.com/vn-input/ibus-unikey)\n* [ibus-bogo](https://github.com/BoGoEngine/ibus-bogo)\n\n## Credits\n\nThe Vietnamese composition logic is a direct port of the excellent\n[BambooEngine](https://github.com/BambooEngine) projects:\n\n- [`bamboo-core`](https://github.com/BambooEngine/bamboo-core) — the\n  composition algorithm (tone/mark placement, spelling rules, input methods).\n- [`ibus-bamboo`](https://github.com/BambooEngine/ibus-bamboo) — the IBus\n  engine behaviour this project follows.\n\nThe port aims to match their behaviour closely; the upstream test corpus is\nre-run against this implementation.\n\n## Screenshots\n\n![](./screenshot-1.png)\n\n## Layout\n\nThis is a Cargo workspace:\n\n| Crate | What it is |\n|-------|------------|\n| `bambusa-core` | The composition engine: keystrokes → Vietnamese text. Pure, no I/O. |\n| `ibus-zbus` | Engine-side IBus binding on zbus. |\n| `ibus-bambusa` | The IBus engine binary. |\n\n## Installation\n\nFor Fedora 44 or newer:\n\n```sh\nsudo dnf copr enable tle/vietnam\nsudo dnf update\nsudo dnf install ibus-bambusa\n```\n\n## Building from source\n\nRequires Rust 1.96.0 (pinned via `rust-toolchain.toml`) and IBus. Installing\nadditionally needs Meson and Ninja.\n\n### Develop\n\n```sh\ncargo build\ncargo test\n```\n\n### Install\n\nThe engine is built and installed with Meson, which wraps Cargo:\n\n```sh\nmeson setup builddir --buildtype=release --prefix=/usr\nmeson compile -C builddir\nsudo meson install -C builddir\nibus restart\n```\n\n## License\n\nGPLv3\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunlevel5%2Fibus-bambusa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frunlevel5%2Fibus-bambusa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunlevel5%2Fibus-bambusa/lists"}