-An Electron application with React and TypeScript
+# Overview ([ZH](README_zh.md), EN)
-## Recommended IDE Setup
+This project is a desktop application of Oxygen Toolbox. Supports local installation of tools and supports native api.
-- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
+# Requires (One of)
-## Project Setup
+- Linux
+- Windows
+- MacOS
-### Install
+# Related projects
-```bash
-$ npm install
-```
+[Web UI of Oxygen Toolbox](https://github.com/FatttSnake/oxygen-ui)
-### Development
+[API of Oxygen Toolbox](https://github.com/FatttSnake/oxygen-api)
-```bash
-$ npm run dev
-```
-
-### Build
-
-```bash
-# For windows
-$ npm run build:win
-
-# For macOS
-$ npm run build:mac
-
-# For Linux
-$ npm run build:linux
-```
+[Android Client of Oxygen Toolbox](https://github.com/FatttSnake/oxygen-android)
diff --git a/README_zh.md b/README_zh.md
new file mode 100644
index 0000000..ed2e870
--- /dev/null
+++ b/README_zh.md
@@ -0,0 +1,37 @@
+