{"id":22322951,"url":"https://github.com/asheroto/terminal-portable","last_synced_at":"2025-07-29T15:31:34.598Z","repository":{"id":114849066,"uuid":"373746086","full_name":"asheroto/Terminal-Portable","owner":"asheroto","description":"Windows Terminal portable edition.","archived":false,"fork":false,"pushed_at":"2025-03-30T14:03:18.000Z","size":130525,"stargazers_count":49,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T15:19:52.995Z","etag":null,"topics":["file","microsoft","one","portable","powershell","self-contained","terminal","transport","usb","windows"],"latest_commit_sha":null,"homepage":"https://bit.ly/Terminal-Portable","language":"PowerShell","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/asheroto.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}},"created_at":"2021-06-04T06:40:58.000Z","updated_at":"2025-03-30T14:01:56.000Z","dependencies_parsed_at":"2024-04-03T21:30:58.387Z","dependency_job_id":"ed4929fe-60d7-4be7-a0c7-62ec5f646df2","html_url":"https://github.com/asheroto/Terminal-Portable","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/asheroto/Terminal-Portable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asheroto%2FTerminal-Portable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asheroto%2FTerminal-Portable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asheroto%2FTerminal-Portable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asheroto%2FTerminal-Portable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asheroto","download_url":"https://codeload.github.com/asheroto/Terminal-Portable/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asheroto%2FTerminal-Portable/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267709578,"owners_count":24131916,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"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":["file","microsoft","one","portable","powershell","self-contained","terminal","transport","usb","windows"],"created_at":"2024-12-04T01:08:53.459Z","updated_at":"2025-07-29T15:31:34.587Z","avatar_url":"https://github.com/asheroto.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Windows Terminal Portable\n\n[Windows Terminal](https://github.com/microsoft/terminal) portable edition. It is identical to the [release by Microsoft](https://github.com/microsoft/terminal/releases), just in one quick and easy EXE.\n\nThe x64 version of Windows Terminal is included. If you want another architecture type, read below to create a custom version.\n\nThe `.portable` file has been included alongside `WindowsTerminal.exe` which is described [here](https://learn.microsoft.com/en-us/windows/terminal/distributions#windows-terminal-portable).\n\n# Download\n\nDownload the latest version in releases. The Terminal Portable release version will always match the Windows Terminal release version.\n\nYou only need `wtp_admin.exe` but can use either or both. Rename if desired.\n\n| Filename        | Description                                               |\n| --------------- | --------------------------------------------------------- |\n| `wtp_admin.exe` | Terminal launches using \"Run as Administrator\" by default |\n| `wtp_user.exe`  | Terminal runs as the current user by default              |\n\n# Updates / Releases\n\nAn updated version of Windows Terminal Portable should be available in the releases section within a few days of a new Windows Terminal release.\n\n# How it Works\n\nThis is simply a self-extracting archive of the the \"Terminal\" folder contained in the x64 `zip` file [released here](https://github.com/microsoft/terminal/releases).\n\nIt extracts to `%temp%\\Terminal-Portable` and then runs `%temp%\\Terminal-Portable\\Terminal\\wt.exe`. Each time you run it, the temp folder will be deleted and recreated.\n\n# How to Modify\n\n**Common reasons to modify:**\n- To adjust configuration settings (see below)\n- To include extra files/scripts\n- To create your own portable using a different version\n\n**Prerequisites:**\n- You must have [WinRAR](https://www.rarlab.com/) installed (other archive utilities won't work because it's a WinRAR self-extracting archive)\n- Enable file name extensions in Windows\n\n**Modifying settings/appearance/etc.:**\n1. Open `%TEMP%` and find the `Terminal-Portable` folder. Delete it.\n2. Grab a new SFX file from [Releases](https://github.com/asheroto/Terminal-Portable/releases).\n3. Run it. Then click the drop-down arrow and go to `Settings`:\n\n![Image](https://github.com/user-attachments/assets/56388035-3110-4bd7-8a67-5b6e0f5fdb7c)\n\n4. Change the settings you'd like to change and click `Save` when done.\n5. Go to `%TEMP%\\Terminal-Portable\\Terminal` and you'll now find a newly created `settings` folder and `settings.json` file.\n6. Update the SFX archive with both the folder and file from step 5.\n\n**Modifying files/folders:**\n1. Right-click `wtp_admin.exe` and click `Extract to \"wtp\\\"` (you may need to choose the WinRAR option first)\n2. Change the files in `wtp\\Terminal`\n3. When finished, right-click `wtp_admin.exe` and click `Open with WinRAR`\n4. Click the `Terminal` folder in WinRAR and press Delete and then Yes\n5. Drag the `Terminal` folder you extracted into WinRAR\n- **Notes:**\n  - If you change the name or path of `Terminal` in WinRAR, then it will not open Terminal correctly\n  - Anything you add to the root of the archive will extract to `%temp%\\Terminal-Portable`, then overwritten on next run\n\n**Modifying the self-extracting archive itself:**\n1. When finished, right-click `wtp_admin.exe` and click `Open with WinRAR`\n2. Click the `SFX` button at the top right of WinRAR\n3. Click `Advanced SFX Options` at the bottom\n4. After you click OK, then OK again, WinRAR will update the EXE\n5. The icon will not be kept, but there are two ways to fix this:\n  - Quickest method:\n    - In the `Text and icon` tab, specify `Load SFX icon`\n    - Use `icon.ico` provided after extracting the EXE\n  - Alternate method:\n    - Open the EXE in [Resource Hacker](http://angusj.com/resourcehacker/)\n    - Double-click the `Icon` folder, then right-click the `Icon` folder and click `Replace Icon`\n    - Use `icon.ico` provided after extracting the EXE\n    - Don't delete the `Icon` group or it may not work as expected\n- You can adjust Run as Administrator under the `Advanced` tab","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasheroto%2Fterminal-portable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasheroto%2Fterminal-portable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasheroto%2Fterminal-portable/lists"}