Key Features • Installation • User Guide • Get Involved • License
-
- Organize conversations into tabs and 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 persistent 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! Plugin development is fun and easy to pickup. When you're ready to share, submit it as a PR.
-
Have something else in mind? Drop me a line.
Neary is free to use and open source. It operates under the GPU General Public License.