{"id":24343322,"url":"https://github.com/rlshukhov/wailsterm","last_synced_at":"2025-07-17T07:36:32.937Z","repository":{"id":266773928,"uuid":"894269716","full_name":"rlshukhov/wailsterm","owner":"rlshukhov","description":"Simple translucent terminal app","archived":false,"fork":false,"pushed_at":"2025-06-28T09:52:52.000Z","size":2693,"stargazers_count":13,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-28T10:35:07.937Z","etag":null,"topics":["terminal","terminal-app","terminal-emulator","transluent","wails","wails-app","wails2","xterm-js"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rlshukhov.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}},"created_at":"2024-11-26T03:58:41.000Z","updated_at":"2025-06-28T09:52:55.000Z","dependencies_parsed_at":"2024-12-06T04:19:48.956Z","dependency_job_id":"dcbe12c3-fcd5-4cf1-9b41-cbac34956c3d","html_url":"https://github.com/rlshukhov/wailsterm","commit_stats":null,"previous_names":["rlshukhov/wailsterm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rlshukhov/wailsterm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rlshukhov%2Fwailsterm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rlshukhov%2Fwailsterm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rlshukhov%2Fwailsterm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rlshukhov%2Fwailsterm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rlshukhov","download_url":"https://codeload.github.com/rlshukhov/wailsterm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rlshukhov%2Fwailsterm/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265578043,"owners_count":23791280,"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":["terminal","terminal-app","terminal-emulator","transluent","wails","wails-app","wails2","xterm-js"],"created_at":"2025-01-18T08:33:15.441Z","updated_at":"2025-07-17T07:36:32.919Z","avatar_url":"https://github.com/rlshukhov.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WailsTerm\n\nSimple translucent terminal app build with **Golang** + **WebKit** + **Vanilla JS** + **Websockets** and powered by **[Wails 2](https://wails.io)** + **[Xterm.js](https://xtermjs.org)**\n\n![img.png](screenshots/wailsterm.png)\n\n## Features\n\n- [x] Basic terminal app functionality\n- [x] Translucent\n- [x] Auto light/dark theme support\n- [x] Configurable\n- [x] WebLinks support (open with `cmd+click` on macOS, and `ctrl+click` on Windows/Linux)\n\n### TODO:\n\n- Test on Windows/Linux OS\n- Setup CI/CD and releases\n- Tabs support\n- ~~Multiple window support~~ (at now, can run multiple app instances with one window per instance)\n- Split window support\n- Maybe, [Hyper.js](https://hyper.is) compatibility?\n- Plugin system\n\n## Configuration\n\nConfig is located at `~/.config/wailsterm/config.yaml` for Linux/macOS, and `%AppData%/wailsterm/config.yaml` for Windows.\n\nConfig is created and fill with default values at first launch.\n\nThis is default config example:\n```yaml\nversion: 1\napplication:\n    single_instance: true # if set to `true`, only one instance of app can run at time\nshell:\n    path: /usr/bin/env\n    args:\n        - /bin/zsh\n        - --login\n    envs:\n        - name: TERM\n          value: xterm-256color\n        - name: LC_CTYPE\n          value: UTF-8\nwindow:\n    theme: auto # auto | light | dark\n    size:\n        width: 600\n        height: 400\nterminal:\n    theme: OneHalf # OneHalf\n    font:\n        family: FiraCode # FiraCode\n        size: 15\n        weight: 400\n        weight_bold: 600\n```\n\n## Supported OS\n\n- [x] MacOS (tested on macOS 15.1.1)\n- [ ] Windows (not tested, but supported by stack)\n- [ ] Linux (not tested, but supported by stack)\n\n## Build\n\n```shell\nwails build -clean\n```\n*or*\n```shell\nwails dev\n```\n\n## License\n\nThis project licensed under Mozilla Public License Version 2.0, full version on license you can view at [LICENSE](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frlshukhov%2Fwailsterm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frlshukhov%2Fwailsterm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frlshukhov%2Fwailsterm/lists"}