diff --git a/README.md b/README.md index 02fd799..42e919e 100644 --- a/README.md +++ b/README.md @@ -5,17 +5,43 @@ Buy Me A Coffee -> [!Note] -> Final preparations for release are underway, please stay tuned. - ## Feature - Support for loading any URL and system tray - Theme Mode (Light/Dark) - Multiple Languages +- Prompt Management +- AI Batch Questioning +- ... + +## Install + +- **macOS** + - [⬇️ x64](https://github.com/lencx/Noi/releases/download/v0.2.1/Noi_macos_0.2.1.dmg) + - [⬇️ arm64](https://github.com/lencx/Noi/releases/download/v0.2.1/Noi_macos_0.2.1-arm64.dmg) +- **Windows** + - [⬇️ x64](https://github.com/lencx/Noi/releases/tag/v0.2.1/Noi-win32-x64-0.2.1-setup.exe) +- **Linux** + - [⬇️ AppImage](https://github.com/lencx/Noi/releases/download/v0.2.1/Noi_linux_0.2.1.AppImage) + - [⬇️ amd64.deb](https://github.com/lencx/Noi/releases/download/v0.2.1/noi_linux_amd64_0.2.1.deb) + +|Preview|Preview| +|---|---| +|![theme-dark](./assets/noi-theme-dark.png)|![theme-light](./assets/noi-theme-light.png)| +|![batch-ask](./assets/noi-batch-ask.png)|![settings-prompts](./assets/noi-settings-prompts.png)| + + +## FAQ + +### macOS + +If you encounter the error message "Noi" is damaged and can't be opened. You should move it to the Trash. while installing software on macOS, it may be due to security settings restrictions in macOS. To solve this problem, please try the following command in Terminal: + +```bash +xattr -cr /Applications/Noi.app +``` -![Noi](./website/static/img/noi-preview-1.png) -![Noi](./website/static/img/noi-preview-2.png) +![mac-install-error](assets/mac-install-error.png) ## TODO diff --git a/assets/mac-install-error.png b/assets/mac-install-error.png new file mode 100644 index 0000000..fc8a20c Binary files /dev/null and b/assets/mac-install-error.png differ diff --git a/assets/noi-batch-ask.png b/assets/noi-batch-ask.png new file mode 100644 index 0000000..5651bde Binary files /dev/null and b/assets/noi-batch-ask.png differ diff --git a/assets/noi-settings-prompts.png b/assets/noi-settings-prompts.png new file mode 100644 index 0000000..aa7a742 Binary files /dev/null and b/assets/noi-settings-prompts.png differ diff --git a/assets/noi-theme-dark.png b/assets/noi-theme-dark.png new file mode 100644 index 0000000..f47926a Binary files /dev/null and b/assets/noi-theme-dark.png differ diff --git a/assets/noi-theme-light.png b/assets/noi-theme-light.png new file mode 100644 index 0000000..fbd9057 Binary files /dev/null and b/assets/noi-theme-light.png differ diff --git a/assets/noi.png b/assets/noi.png index 49b1f00..fdc1a8e 100644 Binary files a/assets/noi.png and b/assets/noi.png differ