Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lencx/nofwl
NoFWL Desktop Application
https://github.com/lencx/nofwl
application chatgpt desktop linux macos tauri windows
Last synced: about 17 hours ago
JSON representation
NoFWL Desktop Application
- Host: GitHub
- URL: https://github.com/lencx/nofwl
- Owner: lencx
- License: gpl-3.0
- Created: 2023-02-22T02:36:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T09:27:13.000Z (11 months ago)
- Last Synced: 2024-10-29T14:55:15.674Z (about 1 month ago)
- Topics: application, chatgpt, desktop, linux, macos, tauri, windows
- Language: Rust
- Homepage: https://nofwl.com
- Size: 4.85 MB
- Stars: 4,248
- Watchers: 89
- Forks: 398
- Open Issues: 83
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ChatGPT-repositories - nofwl - NoFWL Desktop Application (Others)
- StarryDivineSky - lencx/nofwl - 3 的聊天机器人进行有趣的对话。 (A01_文本生成_文本对话 / 大语言对话模型及数据)
- awesome-chatgpt - lencx/nofwl - NoFWL Desktop Application (UIs / Desktop applications)
- jimsghstars - lencx/nofwl - NoFWL Desktop Application (Rust)
README
NoFWL
NoFWL Desktop Application (Mac, Windows and Linux)
![Visitors](https://api.visitorbadge.io/api/visitors?path=lencx%2Fnofwl&labelColor=%232a2a2a&countColor=%23f2f0ea&style=flat&labelStyle=lower)
[![ChatGPT downloads](https://img.shields.io/github/downloads/lencx/nofwl/total.svg?style=flat)](https://github.com/lencx/nofwl/releases)
[![lencx](https://img.shields.io/badge/follow-lencx__-blue?style=flat&logo=Twitter)](https://twitter.com/lencx_)Currently under active development, please be patient. Its development is inspired by [lencx/ChatGPT](https://github.com/lencx/ChatGPT), but NoFWL has more powerful features.
## Install
- [📝 Update Log](./UPDATE_LOG.md)
- [🕒 History versions...](https://github.com/lencx/nofwl/releases)### Windows
[NoFWL_0.1.0_windows_x86_64.msi](https://github.com/lencx/nofwl/releases/download/v0.1.0/NoFWL_0.1.0_windows_x86_64.msi): Direct download installer
### macOS
- [NoFWL_0.1.0_macos_aarch64.dmg](https://github.com/lencx/nofwl/releases/download/v0.1.0/NoFWL_0.1.0_macos_aarch64.dmg): Direct download installer
- [NoFWL_0.1.0_macos_x86_64.dmg](https://github.com/lencx/nofwl/releases/download/v0.1.0/NoFWL_0.1.0_macos_x86_64.dmg): Direct download installer
- Homebrew \
Or you can install with _[Homebrew](https://brew.sh) ([Cask](https://docs.brew.sh/Cask-Cookbook)):_
```sh
brew tap lencx/nofwl
brew install --cask nofwl --no-quarantine
```
Also, if you keep a _[Brewfile](https://github.com/Homebrew/homebrew-bundle#usage)_, you can add something like this:
```rb
repo = "lencx/nofwl"
tap repo, "https://github.com/#{repo}.git"
cask "nofwl", args: { "no-quarantine": true }
```#### Developer cannot be verified?
[Open a Mac app from an unidentified developer](https://support.apple.com/en-sg/guide/mac-help/mh40616/mac)
#### Minimum supported system version
macOS 10.14.6+
#### macOS macos_xxx seems broken
If you encounter the error message "ChatGPT" 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 /YOUR_PATH/NoFWL.app
```### Linux
- [NoFWL_0.1.0_linux_x86_64.deb](https://github.com/lencx/nofwl/releases/download/v0.1.0/NoFWL_0.1.0_linux_x86_64.deb): Download `.deb` installer, advantage small size, disadvantage poor compatibility
- [NoFWL_0.1.0_linux_x86_64.AppImage.tar.gz](https://github.com/lencx/nofwl/releases/download/v0.1.0/NoFWL_0.1.0_linux_x86_64.AppImage.tar.gz): Works reliably, you can try it if `.deb` fails to run## Features
- OpenAI API Key
- Themes (light, dark, system)
- Internationalization (English, Chinese)
- Safe and reliable, all data is stored locally## I18N
If you would like to contribute translations for other languages to the application, you can check here.
[locales/{lang}.yml](./locales/README.md)
## TODO
- [ ] System Tray
- [ ] Export (PNG, Markdown, PDF)
- [ ] Slash commands
- [ ] Shortcut keys
- [ ] Prompts
- [ ] Sync
- [ ] Custom
- [ ] Plugins## Preview
![nofwl](./assets/nofwl.gif)
![theme dark](assets/dark.png)
![theme light](assets/dark.png)