From 3fc658859c5e167132a86c890310c49cc120a6af Mon Sep 17 00:00:00 2001 From: wehub-resource-sync Date: Mon, 13 Jul 2026 12:24:59 +0800 Subject: [PATCH] chore: import upstream snapshot with attribution --- .github/ISSUE_TEMPLATE/bug_report.yml | 58 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++ LICENSE.orbital | 21 ++++++++ README.md | 33 +++++++++++++ README.wehub.md | 7 +++ orb.plugin.zsh | 2 + 6 files changed, 141 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 LICENSE.orbital create mode 100644 README.md create mode 100644 README.wehub.md create mode 100644 orb.plugin.zsh diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..1c20b16 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,58 @@ +name: Bug report +description: Create a report to help us improve +labels: ["t/bug"] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + + **Please update OrbStack** to the latest version before reporting a bug. Your issue may already be fixed. + - type: textarea + id: describe + attributes: + label: Describe the bug + description: What went wrong? + placeholder: A clear and concise description of what the bug is. + validations: + required: true + - type: textarea + id: reproduce + attributes: + label: To Reproduce + description: Steps to reproduce the behavior. + placeholder: | + 1. Go to '...' + 2. Click on '....' + 3. Scroll down to '....' + 4. See error + validations: + required: false + - type: textarea + id: expected + attributes: + label: Expected behavior + description: What should have happened? + placeholder: | + A clear and concise description of what you expected to happen. + validations: + required: false + - type: textarea + id: diag + attributes: + label: Diagnostic report (REQUIRED) + description: | + Click "Upload Diagnostics" in OrbStack's Help menu (or run the "orb report" command), then paste the output here. + + This is private and only OrbStack developers can see the report. + placeholder: | + REQUIRED. Paste here. + validations: + required: false + - type: textarea + id: additional + attributes: + label: Screenshots and additional context (optional) + description: Add any other context about the problem here, such as screenshots. + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..aca1735 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: t/feature +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/LICENSE.orbital b/LICENSE.orbital new file mode 100644 index 0000000..da7057a --- /dev/null +++ b/LICENSE.orbital @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2023 Orbital Labs, LLC + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..2bc3857 --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +

+ + +

OrbStack

+ +

+ +[OrbStack](https://orbstack.dev) is the fast, light, and easy way to run Docker containers and Linux machines. It's a supercharged WSL and Docker Desktop alternative, all in one easy-to-use app. + +**Say goodbye to slow, clunky containers and VMs.** Develop at lightspeed with our Docker Desktop alternative. **[Get started](https://docs.orbstack.dev/quick-start)** + +## Why OrbStack? + +- ⚡️ **Lightning Fast.** Starts in 2 seconds, optimized [network](https://docs.orbstack.dev/docker/network) and file system, Rosetta emulation. +- 💨 **Feather Light.** Low CPU and disk usage, [battery-friendly](https://docs.orbstack.dev/benchmarks), works with less memory, native Swift app. +- 🍰 **Effortlessly Simple.** Automatic [domain names](https://docs.orbstack.dev/docker/domains) and [migration](https://docs.orbstack.dev/install#docker-migration), CLI & file system integration, VPN and SSH support. +- ⚙️ **Powerful.** Run [Docker containers](https://docs.orbstack.dev/docker/), [Kubernetes](https://docs.orbstack.dev/kubernetes/), and [Linux distros](https://docs.orbstack.dev/machines/). Manage containers quickly from your menu bar. Explore volume and image files. + +Check the [website](https://orbstack.dev) for demos, or see what we're up to in the [changelog](https://docs.orbstack.dev/release-notes). + +## Learn more + +- [**Demos**](https://orbstack.dev) +- [**Benchmarks**](https://orbstack.dev/#benchmarks) +- [**Testimonials**](https://orbstack.dev/#testimonials) + +## Links + +- [Website](https://orbstack.dev) +- [Documentation](https://docs.orbstack.dev) +- [Frequently asked questions](https://docs.orbstack.dev/faq) +- [Issue tracker](https://github.com/orbstack/orbstack/issues) +- [Support](mailto:support@orbstack.dev) diff --git a/README.wehub.md b/README.wehub.md new file mode 100644 index 0000000..5cdceca --- /dev/null +++ b/README.wehub.md @@ -0,0 +1,7 @@ +# WeHub 来源说明 + +- 原始项目:`orbstack/orbstack` +- 原始仓库:https://github.com/orbstack/orbstack +- 导入方式:上游默认分支的最新快照 +- 原作者、版权和许可证信息以原始仓库及本仓库 LICENSE 为准 +- 本文件仅用于记录来源,不代表 WeHub 是原项目作者 diff --git a/orb.plugin.zsh b/orb.plugin.zsh new file mode 100644 index 0000000..1bd711e --- /dev/null +++ b/orb.plugin.zsh @@ -0,0 +1,2 @@ +# OrbStack: command-line tools and integration +source ~/.orbstack/shell/init.zsh 2>/dev/null || :