├── .github ├── PULL_REQUEST_TEMPLATE ├── dependabot.yml └── workflows │ ├── backup.yaml │ └── generator.yml ├── LICENSE ├── README.md ├── README.tpl ├── _config.yml └── items ├── 4Paradigm.yaml ├── alauda.yaml ├── apiseven.yaml ├── bytebase.yaml ├── coding.yaml ├── databend.yaml ├── dptech.yaml ├── flomesh.yaml ├── fydeos.yaml ├── gitlab.yaml ├── he3.yaml ├── juicefs.yaml ├── matrixorigin.yaml ├── merico.yaml ├── moego.yaml ├── nebula.yaml ├── okx.yaml ├── oneflow.yaml ├── pingcap.yaml ├── selectdb.yaml ├── sphere-ex.yaml ├── streamnative.yaml ├── taosdata.yaml ├── teamcode.yaml ├── toeverything.yaml ├── yuanling.yaml └── zolplay.yaml /.github/PULL_REQUEST_TEMPLATE: -------------------------------------------------------------------------------- 1 | > 感谢提供有关远程工作的线索,为了方便大家查阅以及 review 过程,请您再多花点时间确认以下清单: 2 | 3 | - [ ] 我确认在该公司的官网或其他招聘网站上看到 JD 上明确写明了支持远程(remote)工作 4 | - [ ] 已提供 JD 截图 5 | -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- 1 | version: 2 2 | updates: 3 | - package-ecosystem: "github-actions" 4 | directory: "/" 5 | schedule: 6 | interval: "daily" 7 | pull-request-branch-name: 8 | separator: "-" 9 | -------------------------------------------------------------------------------- /.github/workflows/backup.yaml: -------------------------------------------------------------------------------- 1 | name: Backup Git repository 2 | 3 | on: 4 | workflow_dispatch: 5 | push: 6 | branches: 7 | - master 8 | 9 | jobs: 10 | BackupGit: 11 | runs-on: ubuntu-latest 12 | steps: 13 | - uses: actions/checkout@v4.2.2 14 | - name: backup 15 | uses: jenkins-zh/git-backup-actions@v0.0.8 16 | env: 17 | GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }} 18 | TARGET_GIT: "git@gitee.com:LinuxSuRen/remote-jobs-in-china.git" 19 | -------------------------------------------------------------------------------- /.github/workflows/generator.yml: -------------------------------------------------------------------------------- 1 | name: generator 2 | 3 | on: 4 | push: 5 | branches: [ master ] 6 | 7 | workflow_dispatch: 8 | 9 | jobs: 10 | build: 11 | runs-on: ubuntu-latest 12 | if: "!contains(github.event.head_commit.message, 'ci skip')" 13 | 14 | steps: 15 | - uses: actions/checkout@v4.2.2 16 | - name: Update readme 17 | uses: linuxsuren/yaml-readme@v0.0.17 18 | env: 19 | GH_TOKEN: ${{ secrets.GH_SECRETS }} 20 | with: 21 | pattern: 'items/*.yaml' 22 | username: linuxsuren 23 | org: linuxsuren 24 | repo: remote-jobs-in-china 25 | sortby: '!zh' 26 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2021 Rick 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | > This file was generated by [README.tpl](README.tpl) via [yaml-readme](https://github.com/LinuxSuRen/yaml-readme), please don't edit it directly! 2 | 3 | [![LinuxSuRen/open-source-best-practice](https://img.shields.io/static/v1?label=OSBP&message=%E5%BC%80%E6%BA%90%E6%9C%80%E4%BD%B3%E5%AE%9E%E8%B7%B5&color=blue)](https://github.com/LinuxSuRen/open-source-best-practice) 4 | 5 | # 来自中国的支持远程办公的公司 6 | 7 | 相比于集中式办公,远程办公(remote)在国内(中国)依然是一种不是很普遍的工作方式。远程办公,不用拘束于具体的地理位置(城市,甚至国家),这对于热衷于追求自由的人而言,无疑充满了诱惑。尤其是,对于已经厌倦了在北、上、广工作时需要较长通勤时间(大于1小时)的人,远程办公“可能”是一种解脱。 8 | 9 | 如果你考虑过换一份支持远程办公的工作,那么,可以关注下面的列表( 27 家国内公司): 10 | 11 | > 以下公司列表以字母(汉字、英文)排序 12 | 13 | | 中文名称 | 英文名称 | JD | Edit | 14 | |---|---|---|---| 15 | |[萌时科技](https://www.moego.pet)|MoeGo|[JD](https://selective-ginger-c4e.notion.site/MoeGo-Internal-Referral-MoeGo-b6a77543c00e4ca2b3f80c85d1553731)| [Edit](items/moego.yaml) | 16 | |[第四范式](https://www.4paradigm.com)|4Paradigm|[招聘职位](https://www.4paradigm.com/about/hr.html)| [Edit](items/4Paradigm.yaml) | 17 | |[矩阵起源](https://www.matrixorigin.io/)|MatrixOrigin|[官网JD](https://www.matrixorigin.cn/recruitment.html)| [Edit](items/matrixorigin.yaml) | 18 | |[燧炻创新](https://fydeos.com/)|Fyde Innovations|[JD](https://fydeos.com/career/)| [Edit](items/fydeos.yaml) | 19 | |[灵雀云](https://www.alauda.cn)|Alauda|[后端研发](https://app.mokahr.com/apply/lqy/2430#/jobs?zhineng=4060&page=1&department=%5B3251%5D&commitment=)| [Edit](items/alauda.yaml) | 20 | |[深圳市腾云扣钉科技有限公司](https://coding.net/)|CODING|| [Edit](items/coding.yaml) | 21 | |[深圳市氦三科技有限责任公司](https://he3.app)|He3|[Jobs](https://www.zhipin.com/gongsi/21bcc079354b26721XR52dy6EVA~.html)| [Edit](items/he3.yaml) | 22 | |[深势科技](https://dp.tech/)|DP Technology|[微信推送](https://mp.weixin.qq.com/s/diFh15Osfhp_NMxud8QNsA)| [Edit](items/dptech.yaml) | 23 | |[涛思数据](https://www.taosdata.com/)|TDengine|[招聘职位](https://www.taosdata.com/careers)| [Edit](items/taosdata.yaml) | 24 | |[欧若数网](https://nebula-graph.com.cn/)|Nebula Graph|[加入 Nebula Graph 🏴‍☠️](https://vesoft.com/cn/careers/)| [Edit](items/nebula.yaml) | 25 | |[欧科云链](https://www.okg.com/zh-cn)|okx|[招聘职位](https://app.mokahr.com/apply/okgroup/4333#/) [内推邮箱(加速流程)](mailto:binhao.li@okg.com)| [Edit](items/okx.yaml) | 26 | |[极狐(GitLab)](https://gitlab.cn/)|JiHu(GitLab)|[招聘职位](https://about.gitlab.cn/careers)| [Edit](items/gitlab.yaml) | 27 | |[杭州果汁数据科技有限公司](https://juicefs.com/)|Juicedata|[链接](https://github.com/juicedata/we-are-hiring)| [Edit](items/juicefs.yaml) | 28 | |[支流科技](https://www.apiseven.com/zh)|API7|| [Edit](items/apiseven.yaml) | 29 | |[思码逸](https://www.merico.cn)|Merico|[官网JD](https://merico.jobs.feishu.cn/index)| [Edit](items/merico.yaml) | 30 | |[思斐软件技术有限公司](https://sphere-ex.com/)|SphereEx|| [Edit](items/sphere-ex.yaml) | 31 | |[平凯星辰](https://pingcap.com/zh/)|PingCAP|| [Edit](items/pingcap.yaml) | 32 | |[圆领](https://www.superthem.com)||[JD](https://zhaopin.lanehub.cn/home)| [Edit](items/yuanling.yaml) | 33 | |[北京数变科技有限公司](https://databend.rs/)|Datafuse Labs|| [Edit](items/databend.yaml) | 34 | |[北京原流数据科技发展有限公司](http://streamnative.io)|StreamNative|[BOSS直聘](https://www.zhipin.com/gongsi/c1aae0d48be290771nd639y7FlQ~.html)| [Edit](items/streamnative.yaml) | 35 | |[北京一流科技有限公司](https://www.oneflow.org)|OneFlow|[BOSS直聘](https://www.zhipin.com/gongsir/41201289c2786e311H1_3NW5Ew~~.html)| [Edit](items/oneflow.yaml) | 36 | |[佐玩](https://zolplay.cn/)|Zolplay|[官网](https://zolplay.cn/careers)| [Edit](items/zolplay.yaml) | 37 | |[上海贝十云计算科技有限公司](https://bytebase.com)|Bytebase|[Jobs](https://bytebase.com/jobs)| [Edit](items/bytebase.yaml) | 38 | |[上海玖标科技](https://www.teamcode.com)|TeamCode|| [Edit](items/teamcode.yaml) | 39 | |[Toeverything](https://affine.pro/)|Toeverything - AFFiNE|[Jobs](https://github.com/toeverything/AFFiNE/blob/master/docs/jobs.md)| [Edit](items/toeverything.yaml) | 40 | |[SelectDB](https://cn.selectdb.com)|SelectDB|[招聘职位](https://cn.selectdb.com/company) [内推邮箱(加速流程)](mailto:jeffrey@selectdb.com)| [Edit](items/selectdb.yaml) | 41 | |[Flomesh](https://flomesh.cn/)||| [Edit](items/flomesh.yaml) | 42 | 43 | ## 播客 44 | 45 | * [EP3 远程工作](https://t.ermin.al/remote) 46 | * [E28|舍弃线下办公室,全员远程办公一年后,他们总结出了这份秘籍](https://zuzhijinhualun.fireside.fm/28) 47 | * [极狐 GitLab 大讲坛 - 远程办公的深层逻辑](https://www.ximalaya.com/keji/54781524/475958284) 48 | * [远程工作的播客合集](https://linuxsuren.github.io/awesome-feeds/podcasts/remote-jobs/) 49 | 50 | ## 相关链接 51 | 52 | * [开源最佳实践](https://github.com/LinuxSuRen/open-source-best-practice) 53 | * https://github.com/greatghoul/remote-working 54 | * [Established remote companies (hiring globally)](https://github.com/yanirs/established-remote) 55 | * [Awesome Remote Job](https://github.com/lukasz-madon/awesome-remote-job) 56 | * [中国远程工作资料大全 - 已归档](https://github.com/greatghoul/remote-working) 57 | * [远程工作的光谱](https://xuanwo.io/reports/2022-21/) 58 | 59 | ## 推荐工具 60 | 61 | * [通用软件包安装工具,支持 GitHub 代理](https://github.com/LinuxSuRen/http-downloader) 62 | * [Markdown 交互式教程](https://github.com/LinuxSuRen/md-exec) 63 | * [基于 YAML 编写测试用例的接口测试工具](https://github.com/LinuxSuRen/api-testing) 64 | 65 | ## Star History 66 | 67 | [![Star History Chart](https://api.star-history.com/svg?repos=LinuxSuRen/remote-jobs-in-china&type=Date)](https://star-history.com/#LinuxSuRen/remote-jobs-in-china&Date) 68 | 69 | ![Visitor Count](https://profile-counter.glitch.me/LinuxSuRen-remote-jobs-in-china/count.svg) 70 | -------------------------------------------------------------------------------- /README.tpl: -------------------------------------------------------------------------------- 1 | [![LinuxSuRen/open-source-best-practice](https://img.shields.io/static/v1?label=OSBP&message=%E5%BC%80%E6%BA%90%E6%9C%80%E4%BD%B3%E5%AE%9E%E8%B7%B5&color=blue)](https://github.com/LinuxSuRen/open-source-best-practice) 2 | 3 | # 来自中国的支持远程办公的公司 4 | 5 | 相比于集中式办公,远程办公(remote)在国内(中国)依然是一种不是很普遍的工作方式。远程办公,不用拘束于具体的地理位置(城市,甚至国家),这对于热衷于追求自由的人而言,无疑充满了诱惑。尤其是,对于已经厌倦了在北、上、广工作时需要较长通勤时间(大于1小时)的人,远程办公“可能”是一种解脱。 6 | 7 | 如果你考虑过换一份支持远程办公的工作,那么,可以关注下面的列表( {{len .}} 家国内公司): 8 | 9 | > 以下公司列表以字母(汉字、英文)排序 10 | 11 | | 中文名称 | 英文名称 | JD | Edit | 12 | |---|---|---|---| 13 | {{- range $val := .}} 14 | |{{$val.zh}}|{{$val.en}}|{{$val.jd}}| [Edit]({{$val.fullpath}}) | 15 | {{- end}} 16 | 17 | ## 播客 18 | 19 | * [EP3 远程工作](https://t.ermin.al/remote) 20 | * [E28|舍弃线下办公室,全员远程办公一年后,他们总结出了这份秘籍](https://zuzhijinhualun.fireside.fm/28) 21 | * [极狐 GitLab 大讲坛 - 远程办公的深层逻辑](https://www.ximalaya.com/keji/54781524/475958284) 22 | * [远程工作的播客合集](https://linuxsuren.github.io/awesome-feeds/podcasts/remote-jobs/) 23 | 24 | ## 相关链接 25 | 26 | * [开源最佳实践](https://github.com/LinuxSuRen/open-source-best-practice) 27 | * https://github.com/greatghoul/remote-working 28 | * [Established remote companies (hiring globally)](https://github.com/yanirs/established-remote) 29 | * [Awesome Remote Job](https://github.com/lukasz-madon/awesome-remote-job) 30 | * [中国远程工作资料大全 - 已归档](https://github.com/greatghoul/remote-working) 31 | * [远程工作的光谱](https://xuanwo.io/reports/2022-21/) 32 | 33 | ## 推荐工具 34 | 35 | * [通用软件包安装工具,支持 GitHub 代理](https://github.com/LinuxSuRen/http-downloader) 36 | * [Markdown 交互式教程](https://github.com/LinuxSuRen/md-exec) 37 | * [基于 YAML 编写测试用例的接口测试工具](https://github.com/LinuxSuRen/api-testing) 38 | 39 | ## Star History 40 | 41 | {{printStarHistory "LinuxSuRen" "remote-jobs-in-china"}} 42 | 43 | {{printVisitorCount "LinuxSuRen-remote-jobs-in-china"}} 44 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | remote_theme: linuxsuren/minimal@v0.0.1 2 | title: 远程工作列表 3 | description: 来自中国的支持远程办公的公司 4 | google_analytics: G-QMJ8L6TF74 5 | lang: zh-cn 6 | -------------------------------------------------------------------------------- /items/4Paradigm.yaml: -------------------------------------------------------------------------------- 1 | zh: '[第四范式](https://www.4paradigm.com)' 2 | en: '4Paradigm' 3 | jd: '[招聘职位](https://www.4paradigm.com/about/hr.html)' 4 | -------------------------------------------------------------------------------- /items/alauda.yaml: -------------------------------------------------------------------------------- 1 | zh: '[灵雀云](https://www.alauda.cn)' 2 | en: 'Alauda' 3 | jd: '[后端研发](https://app.mokahr.com/apply/lqy/2430#/jobs?zhineng=4060&page=1&department=%5B3251%5D&commitment=)' 4 | -------------------------------------------------------------------------------- /items/apiseven.yaml: -------------------------------------------------------------------------------- 1 | zh: '[支流科技](https://www.apiseven.com/zh)' 2 | en: API7 3 | jd: '' -------------------------------------------------------------------------------- /items/bytebase.yaml: -------------------------------------------------------------------------------- 1 | zh: '[上海贝十云计算科技有限公司](https://bytebase.com)' 2 | en: 'Bytebase' 3 | jd: '[Jobs](https://bytebase.com/jobs)' 4 | -------------------------------------------------------------------------------- /items/coding.yaml: -------------------------------------------------------------------------------- 1 | zh: '[深圳市腾云扣钉科技有限公司](https://coding.net/)' 2 | en: 'CODING' 3 | jd: '' 4 | -------------------------------------------------------------------------------- /items/databend.yaml: -------------------------------------------------------------------------------- 1 | zh: '[北京数变科技有限公司](https://databend.rs/)' 2 | en: 'Datafuse Labs' 3 | jd: 4 | -------------------------------------------------------------------------------- /items/dptech.yaml: -------------------------------------------------------------------------------- 1 | zh: '[深势科技](https://dp.tech/)' 2 | en: DP Technology 3 | jd: '[微信推送](https://mp.weixin.qq.com/s/diFh15Osfhp_NMxud8QNsA)' 4 | -------------------------------------------------------------------------------- /items/flomesh.yaml: -------------------------------------------------------------------------------- 1 | zh: '[Flomesh](https://flomesh.cn/)' 2 | en: 3 | jd: 4 | -------------------------------------------------------------------------------- /items/fydeos.yaml: -------------------------------------------------------------------------------- 1 | zh: '[燧炻创新](https://fydeos.com/)' 2 | en: 'Fyde Innovations' 3 | jd: '[JD](https://fydeos.com/career/)' 4 | -------------------------------------------------------------------------------- /items/gitlab.yaml: -------------------------------------------------------------------------------- 1 | zh: '[极狐(GitLab)](https://gitlab.cn/)' 2 | en: 'JiHu(GitLab)' 3 | jd: '[招聘职位](https://about.gitlab.cn/careers)' 4 | -------------------------------------------------------------------------------- /items/he3.yaml: -------------------------------------------------------------------------------- 1 | zh: '[深圳市氦三科技有限责任公司](https://he3.app)' 2 | en: 'He3' 3 | jd: '[Jobs](https://www.zhipin.com/gongsi/21bcc079354b26721XR52dy6EVA~.html)' 4 | -------------------------------------------------------------------------------- /items/juicefs.yaml: -------------------------------------------------------------------------------- 1 | zh: '[杭州果汁数据科技有限公司](https://juicefs.com/)' 2 | en: 'Juicedata' 3 | jd: '[链接](https://github.com/juicedata/we-are-hiring)' 4 | -------------------------------------------------------------------------------- /items/matrixorigin.yaml: -------------------------------------------------------------------------------- 1 | zh: '[矩阵起源](https://www.matrixorigin.io/)' 2 | en: 'MatrixOrigin' 3 | jd: '[官网JD](https://www.matrixorigin.cn/recruitment.html)' 4 | -------------------------------------------------------------------------------- /items/merico.yaml: -------------------------------------------------------------------------------- 1 | zh: '[思码逸](https://www.merico.cn)' 2 | en: 'Merico' 3 | jd: '[官网JD](https://merico.jobs.feishu.cn/index)' 4 | -------------------------------------------------------------------------------- /items/moego.yaml: -------------------------------------------------------------------------------- 1 | zh: '[萌时科技](https://www.moego.pet)' 2 | en: 'MoeGo' 3 | jd: '[JD](https://selective-ginger-c4e.notion.site/MoeGo-Internal-Referral-MoeGo-b6a77543c00e4ca2b3f80c85d1553731)' 4 | -------------------------------------------------------------------------------- /items/nebula.yaml: -------------------------------------------------------------------------------- 1 | zh: '[欧若数网](https://nebula-graph.com.cn/)' 2 | en: 'Nebula Graph' 3 | jd: '[加入 Nebula Graph 🏴‍☠️](https://vesoft.com/cn/careers/)' 4 | -------------------------------------------------------------------------------- /items/okx.yaml: -------------------------------------------------------------------------------- 1 | zh: '[欧科云链](https://www.okg.com/zh-cn)' 2 | en: 'okx' 3 | jd: '[招聘职位](https://app.mokahr.com/apply/okgroup/4333#/) [内推邮箱(加速流程)](mailto:binhao.li@okg.com)' -------------------------------------------------------------------------------- /items/oneflow.yaml: -------------------------------------------------------------------------------- 1 | zh: '[北京一流科技有限公司](https://www.oneflow.org)' 2 | en: 'OneFlow' 3 | jd: '[BOSS直聘](https://www.zhipin.com/gongsir/41201289c2786e311H1_3NW5Ew~~.html)' 4 | -------------------------------------------------------------------------------- /items/pingcap.yaml: -------------------------------------------------------------------------------- 1 | zh: '[平凯星辰](https://pingcap.com/zh/)' 2 | en: 'PingCAP' 3 | jd: '' 4 | -------------------------------------------------------------------------------- /items/selectdb.yaml: -------------------------------------------------------------------------------- 1 | zh: '[SelectDB](https://cn.selectdb.com)' 2 | en: 'SelectDB' 3 | jd: '[招聘职位](https://cn.selectdb.com/company) [内推邮箱(加速流程)](mailto:jeffrey@selectdb.com)' 4 | -------------------------------------------------------------------------------- /items/sphere-ex.yaml: -------------------------------------------------------------------------------- 1 | zh: '[思斐软件技术有限公司](https://sphere-ex.com/)' 2 | en: 'SphereEx' 3 | jd: '' 4 | -------------------------------------------------------------------------------- /items/streamnative.yaml: -------------------------------------------------------------------------------- 1 | zh: '[北京原流数据科技发展有限公司](http://streamnative.io)' 2 | en: 'StreamNative' 3 | jd: '[BOSS直聘](https://www.zhipin.com/gongsi/c1aae0d48be290771nd639y7FlQ~.html)' 4 | -------------------------------------------------------------------------------- /items/taosdata.yaml: -------------------------------------------------------------------------------- 1 | zh: '[涛思数据](https://www.taosdata.com/)' 2 | en: 'TDengine' 3 | jd: '[招聘职位](https://www.taosdata.com/careers)' 4 | -------------------------------------------------------------------------------- /items/teamcode.yaml: -------------------------------------------------------------------------------- 1 | zh: '[上海玖标科技](https://www.teamcode.com)' 2 | en: 'TeamCode' 3 | jd: 4 | -------------------------------------------------------------------------------- /items/toeverything.yaml: -------------------------------------------------------------------------------- 1 | zh: '[Toeverything](https://affine.pro/)' 2 | en: 'Toeverything - AFFiNE' 3 | jd: '[Jobs](https://github.com/toeverything/AFFiNE/blob/master/docs/jobs.md)' 4 | -------------------------------------------------------------------------------- /items/yuanling.yaml: -------------------------------------------------------------------------------- 1 | zh: '[圆领](https://www.superthem.com)' 2 | en: 3 | jd: '[JD](https://zhaopin.lanehub.cn/home)' 4 | 5 | -------------------------------------------------------------------------------- /items/zolplay.yaml: -------------------------------------------------------------------------------- 1 | zh: '[佐玩](https://zolplay.cn/)' 2 | en: 'Zolplay' 3 | jd: '[官网](https://zolplay.cn/careers)' 4 | --------------------------------------------------------------------------------