{"id":41932905,"url":"https://github.com/tnze/tauri-plugin-pty","last_synced_at":"2026-01-25T18:03:03.873Z","repository":{"id":213554501,"uuid":"734357300","full_name":"Tnze/tauri-plugin-pty","owner":"Tnze","description":"A Tauri2 plugin for embedding a terminal in your application","archived":false,"fork":false,"pushed_at":"2025-08-22T17:29:33.000Z","size":752,"stargazers_count":11,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-23T11:52:59.621Z","etag":null,"topics":["pty","shell","tauri-plugin","terminal"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tnze.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-12-21T13:35:29.000Z","updated_at":"2025-08-29T05:14:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"dc14ef32-89a1-47f4-a200-7adbfbb22164","html_url":"https://github.com/Tnze/tauri-plugin-pty","commit_stats":null,"previous_names":["tnze/tauri-plugin-pty"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Tnze/tauri-plugin-pty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tnze%2Ftauri-plugin-pty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tnze%2Ftauri-plugin-pty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tnze%2Ftauri-plugin-pty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tnze%2Ftauri-plugin-pty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tnze","download_url":"https://codeload.github.com/Tnze/tauri-plugin-pty/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tnze%2Ftauri-plugin-pty/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28756432,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T16:32:25.380Z","status":"ssl_error","status_checked_at":"2026-01-25T16:32:09.189Z","response_time":113,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["pty","shell","tauri-plugin","terminal"],"created_at":"2026-01-25T18:03:01.231Z","updated_at":"2026-01-25T18:03:03.865Z","avatar_url":"https://github.com/Tnze.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tauri Plugin Pseudo Terminal\n\nDeveloping! Wellcome to contribute!\n\n## Example\n\nFull example at: \u003chttps://github.com/Tnze/tauri-plugin-pty/tree/main/examples/vanilla\u003e\n\n```sh\n# Install this plugin in your Cargo.toml\ncargo add tauri-plugin-pty\n# Install the api package\nnpm install tauri-pty\n```\n\n```rust\ntauri::Builder::default()\n    .plugin(tauri_plugin_pty::init()) // add this\n    .run(tauri::generate_context!())\n    .expect(\"error while running tauri application\");\n...\n```\n\n```typescript\nimport { Terminal } from \"xterm\"\nimport { spawn } from \"tauri-pty\";\n\n// init xterm.js\nconst term = new Terminal();\nterm.open(/* DOM Elem */);\n// spawn shell\nconst pty = spawn(\"powershell.exe\", [/* args */], {\n    cols: term.cols,\n    rows: term.rows,\n})\n// transport data\npty.onData(data =\u003e term.write(data))\nterm.onData(data =\u003e pty.write(data))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftnze%2Ftauri-plugin-pty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftnze%2Ftauri-plugin-pty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftnze%2Ftauri-plugin-pty/lists"}