Key Features • Installation • User Guide • Get Involved • License
-
- Open conversations in tabs
- Organize conversations into Spaces
- Manage conversations on the fly with slash commands
- Embedded file manager for document search
- App-like experience in iOS and Android through a PWA
-
- Deeply integrated, with full control over context
Snippets
are bits of context inserted into every conversationTools
are actions the AI can take on your behalf
- Plugins have persistant state, removing context limitations
- Support for third-party integrations is baked in
- Writing new plugins is so easy gpt-3.5 can do it!
- Deeply integrated, with full control over context
-
- Use the
Chat Stack
to organize your Snippets, Tools and Instructions into a blueprint for your conversation - Manage all the chat models settings at the conversation-level
- Support for OpenAI, Azure and your own custom endpoints
- Save your favorite configurations as
Presets
- Import and export Presets as json files
- Use the
-
Clone this repository
-
Rename
settings.toml.example
tosettings.toml
-
Open
settings.toml
and add your OpenAI API key and/or custom endpoint -
Run
docker compose up --build
-
Point your browser to
http://localhost:8000
-
Clone this repository
-
Rename
settings.toml.example
tosettings.toml
-
Open
settings.toml
and add your OpenAI API key and/or custom endpoint -
Change directory to
/backend
-
Run
pip install -r requirements.txt
-
While in
/backend
, runpython main.py
-
Point your browser to
http://localhost:8000
-
Run
git pull
from the project root -
If you're using Docker, rebuild the image
-
Restart the app
The user guide is the best way to get acquainted with Neary. Check it out!
-
Write a plugin! It's fun and easy. And all contributors get one of these: 🏆. Actually, just go ahead and take one 🤲🏆. I have a lot. We'll call it a show of good faith.
-
Share your presets with the community. Preset creators were supposed to get one of these: 🏆, but prospective plugin contributors took them all.
-
Have something else in mind? Drop me line at [email protected]. But seriously, I'm out of trophies, so please don't ask.
Neary is free to use and open source. It operates under the GPU General Public License.