# Neurite **Repository Path**: gislite/Neurite ## Basic Information - **Project Name**: Neurite - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-17 - **Last Updated**: 2026-04-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [](https://opensource.org/licenses/MIT) [](https://discord.gg/NymeSwK9TH) # π **[neurite.network](https://neurite.network/)** π β οΈ `Warning:` Contains flashing lights and colors which may affect those with photosensitive epilepsy. > Check out our newly released series of demo videos! π± This is an open-source project in active development.
Table of Contents |
|
|
|
|
|
| Category | Feature | Description |
|---|---|---|
| Fractal Navigation | Real-time Fractal Zoom | Navigate and explore iterative equations in real time. Evolve and organize an infinite digital garden with the help of fractal mathematics. |
| Fractal Customization | Display the Mandelbrot set, the Burning Ship fractal, the Julia set, and more. Customize the color, quality, and speed of generationβamong other unique fractal controls, such as generating the fractal according to your current mouse position. |
|
| Multi-Agent UI | AI Node Networks | Connect and manage multiple AI nodes, enabling collaborative communication between multiple AI and the user via graph-based multi-agent conversation. |
| FractalGPT | Structured Memory Mapping | The Zettelkasten AI responds as a graph of thoughts. |
| Non-Linear Memory Access | Retrieve AI memories and conversation histories non-linearly, enabling contextual responses that utilize graph search. |
|
| Synchronized Knowledge | Bi-Directional Sync | Sync updates between the fractal mind-mapping workspace and Zettelkasten Archives, ensuring consistency between visual graph representations and text-based notes. |
| Custom Formatting | Neurite is not locked into a specific note-taking format. Set custom tags for personalized note headings and reference brackets. |
|
| Custom Note Creation | Text nodes support code highlighting and execution. Define and test custom nodes without ever leaving Neurite. |
|
| Mind-Mapping | Physics-Based Graphs | Nodes are physics simulated to fall towards the fractal visualization. Utilize this feature to scatter and arrange your thoughts. |
| Multimedia Interaction | Represent text, image, video, audio, webpages, PDFs, and AI agents. | |
| AI Integration | Wolfram Alpha and Wikipedia Search | Integrate external knowledge sources, like Wolfram Alpha and Wikipedia, with results displayed as nodes in the fractal workspace. |
| Web and PDF Integration | Retrieve and store information from websites and PDFs using a local vector database for contextual AI responses. |
|
| Neural API | Neural API | Execute Neuriteβs functions and code sequences within the fractal environment through an exposed API, allowing advanced users to build custom interactions. |
| Function Calling Panel | Directly execute Neurite functions and animations from a built-in terminal panel. |
| Category | Key/Combination | Action |
|---|---|---|
| Navigation | Click and Drag |
Move around |
Scroll |
Zoom through the fractal | |
| Node Essentials | Shift + double click |
Create text node |
Alt/Option + double click |
Create Ai node | |
Control + double click |
Create Link node | |
Shift |
Freeze time | |
Hold Shift + Click |
Connect two nodes | |
Double Click |
Anchor a node | |
Right Click |
List and run node methods. (delete, connect, extractText, zoomTo, and more.) | |
| Node Selection & Arrangement | Alt/Option + Drag or Click |
Allows node selection, connection, dragging, and anchoring to pass through textareas. |
Control + Click |
Select nodes | |
Control + Drag Canvas |
Select multiple nodes | |
Arrow Keys |
Move selected nodes | |
d |
Scale selected nodes down | |
f |
Scale selected nodes up | |
| Fractal Controls | Edit Tab |
Main sliders for fractal rendering and color |
Alt/Option + f |
Freeze the currently displayed fractal lines | |
Alt/Option + c |
Clear any frozen lines | |
Alt/Option + s |
Save the fractal lines as a PNG |
neurite.networkMarkdown formatted, bi-directional synchronization between UI-focused Mind-Mapping and text-based hyperlinking.
|
|
|
|
|
Modular ConversationIn Neurite, you don't just interact with AI; you grow its contextual memory, thanks to:
Fractals are the rabbit hole for endless exploration of thought! |
|
π€ Build Multi-Agent Chat Networks π€π¬π¨οΈπ€π¨οΈπ€
flow-based Ai-Agents βοΈππ Message Looping: Initiate conversational threads across connected AI nodes.
|
|
| Local | Cloud |
|---|---|
| Ollama | OpenAI |
| transformers.js | Groq |
| Custom | Anthropic |
| Plugin | Description |
|---|---|
| Auto Mode | Enable the AI to recursively generate its own prompts. |
| Long-Term Memory | Utilize nodal recall through our vector-embedded search of your notes and conversation. Includes experimental ability to forget certain memories. |
| Experimental Code Editor |
|
| Web Search | Search the web from directly within Neurite. Ai-assisted search automation. |
| Understands Webpages and PDFs | Leverage a local vector database that allows Ai to retrieve context from webpages and PDFs. |
| Wikipedia Results | Retrieve the top 3 Wikipedia results or shuffle through the top 20. (novelty mode) |
| Wolfram Alpha Results | Local Wolfram Plugin where Ai thinks ahead of the query. Provide Wolfram results to Ai and display them as nodes. |
| Windows |
| Linux |
| macOS |
|
|
Experimental Update: Function Calling PanelThis feature is a terminal that allows you to execute Neurite's code from within Neurite itself. Included with the function calling panel update is our Neural API. The Neural API is a growing collection of existing features within Neurite, made for sequencing animations of function calls. The current features include:
You can call on GPT to construct the sequences of function calls itself. It has access to the documentation. For the current documentation, try calling the below from within the function panel:
The current Neural API documentation will display in your call history for the function calling panel as well as in your browser console. There will be more information on this soon. This is a new feature in the initial release. |