EleSync
Your private AI workspace
EleSync gives you a private workspace that your AI tools can share.
When every AI assistant keeps a separate history, you repeat the same background, preferences, decisions, and project details over and over. EleSync keeps the durable context you choose in a local vault, then lets approved assistants use that context with explicit project and scope boundaries.
Start a project with one assistant, continue it with another, and keep the context in a folder you control.
Your local vault
↓
Memories and imported history
↓
Projects, knowledge, tasks, decisions, and handoffs
↓
Approved AI assistants
No EleSync account, hosted cloud database, e-mail registration, telemetry, subscription, or mandatory cloud sync is required.
The five-minute path
A new user should be able to go from installation to a useful AI workspace like this:
- Choose a vault. Pick the local folder where EleSync will keep your workspace.
- Protect access. Add a local dashboard username and password when you need remote or shared-device access.
- Import AI history. Bring in ChatGPT, Claude, Gemini, WhatsApp, or other supported exports and review what will become durable context.
- Create a project. Give your memories a purpose and a boundary.
- Connect an assistant. Connect Claude Desktop locally, or use a secure HTTPS/OAuth flow for a remote assistant such as ChatGPT, Gemini, or Grok.
- Test recall. Ask your assistant:
What useful context can you retrieve from EleSync?
The dashboard includes a guided first-launch wizard and progress tracking for these steps.
What EleSync does
- Memory: gives assistants continuity across conversations and providers.
- Projects: give context purpose, organization, and boundaries.
- Knowledge: stores reusable knowledge sheets, tasks, decisions, and handoffs.
- MCP/connectors: let approved AI assistants participate in the workspace.
- Imports: bring existing AI history, documents, and WhatsApp conversations into one place.
- PWA/mobile: capture and access the workspace from a phone while your computer runs EleSync.
- Privacy: keeps the vault local-first and makes sharing explicit.
Visual tour
The dashboard is the center of the workspace: memories, projects, imports, connection health, and mobile access are all reached from one place.
The product workflow is:
| Area | What you use it for |
|---|---|
| Import | Upload ChatGPT, Claude, Gemini, WhatsApp, JSON, CSV, Markdown, TXT, or ZIP exports. |
| Memories | Search, review, edit, and organize imported and saved context. |
| Projects | Collect memories, knowledge sheets, tasks, decisions, and handoffs. |
| Connect AI | Configure local Claude Desktop or secure remote AI connections. |
| Connection Health | See whether the vault, dashboard security, local clients, and remote setup are ready. |
| PWA/mobile | Capture text, links, and imports from a phone. |
Privacy by design
- Local-first: notes and the search index live in the vault on your computer.
- User-controlled: you choose the vault folder, backups, and what becomes durable.
- No mandatory cloud account: normal local use works without an EleSync cloud service.
- Optional encryption: encrypted vaults use Argon2id and XSalsa20-Poly1305 at rest; plaintext remains the default for portability.
- Scoped AI access: client grants can limit which memory scopes an assistant can read or write.
- Project isolation: project-bound connections cannot recall or modify memories outside their project.
- Reviewable imports: imported conversations and WhatsApp messages can be reviewed before saving.
Important: when you connect an AI assistant, that assistant may read the context you make available to it. Use project boundaries, scopes, read-only permissions, and separate vaults when you need stronger limits.
Install
Windows: easiest path
Download the latest Windows installer, run it, and open EleSync when installation finishes.
The installer asks where to keep the vault and visibly lists the AI assistants available from Connect AI after installation:
ChatGPT · Claude · Gemini · Grok · Perplexity · Copilot · DeepSeek
Claude Desktop is the optional local connection that can be pre-wired during installation. Remote assistants require your authorization and a secure HTTPS connection, so the installer does not silently configure them.
Windows: Scoop
scoop install https://raw.githubusercontent.com/darknodebros/EleSync/master/elesync.json
Update later with:
scoop update
scoop update elesync
Python / pipx
For macOS, Linux, or users who prefer Python tooling:
pipx install elesync
ele web
Requires Python 3.10 or newer. You can also use pip install elesync.
Standalone builds
Standalone Windows, macOS, and Linux builds are attached to each GitHub release.
First import
From the dashboard:
- Open Import.
- Choose a supported file or drop it into the import area.
- Review the detected format and privacy information.
- For WhatsApp, filter by sender and approve only the messages you want to keep.
- Save the full conversation or selected durable memories.
- Open Memories to search what was imported.
Supported formats include:
JSON · CSV · TXT · Markdown · ZIP · WhatsApp exports · Grok exports
Imports are local. Nothing becomes durable project knowledge until the user saves or approves it.
First project
Open Projects, create a project, and give it a short purpose such as:
Japan trip planning
Product launch
Biology assignment
EleSync workspace
Inside a project you can:
- Add existing memories
- Save knowledge sheets
- Track tasks
- Record decisions
- Leave AI handoffs
- Set AI read/write/conversation permissions
- Generate a project-specific local Claude connection
First AI connection
Claude Desktop: local project connection
From a project page, choose the Claude provider and select Generate project connection. EleSync creates a command like:
ele --vault "D:\notes" onboard --target claude-desktop --project PROJECT_ID --name elesync-project-a1b2c3d4
Run the command, restart Claude Desktop, and use the entry named:
elesync-project-a1b2c3d4
This entry is project-bound. Memories saved through it are attached to the selected project.
It can coexist with a general elesync entry; remove or disable the general entry when you
need strict project-only visibility.
ChatGPT, Gemini, Grok, and other remote assistants
Remote assistants require a public HTTPS origin and provider authorization. Use the Connect AI page to generate the current setup instructions. EleSync will show:
- MCP server URL
- Secure authentication details
- Local server command
- Tunnel/reverse-proxy target
- Connection verification result
Do not use 127.0.0.1, a private LAN address, or the dashboard port as a public provider URL.
Mobile companion (PWA)
EleSync can be installed on a phone without a separate mobile app:
- Start EleSync on your computer with
ele web. - Open Use on another device in the dashboard.
- Put your phone and computer on the same Wi-Fi network.
- Open the displayed address on your phone.
- Choose Add to Home Screen or Install app.
The computer must be running for live vault access. The PWA supports shared text and link capture, encrypted offline drafts, automatic retry, and mobile imports. Do not expose the dashboard publicly without HTTPS and a passcode.
Common commands
ele web # open the local dashboard
ele doctor # check installation health
ele import memories.json # import exported memories or notes
echo "I prefer dark mode" | ele import -
ele remember "Prefer short answers with examples"
ele recall "how should my AI answer me?"
ele sync # rebuild the local search index
ele summary # show a vault summary
Advanced commands cover encryption, backups, USB vaults, scopes, conflict resolution, HTTP serving, and client wiring. See SETUP.md for the full walkthrough.
Troubleshooting
Run:
ele doctor
Common fixes:
- If the dashboard does not open, run
ele weband copy the error. - If an AI assistant cannot see memories, restart it after setup.
- If search looks stale, run
ele sync. - If an import looks wrong, keep the original export and check its source format.
- If a remote connector is rejected, verify HTTPS, the public
/mcpURL, the tunnel target, and the authentication state in Connection Health.
Documentation
- Setup guide
- Community launch guide
- Architecture
- Security policy
- Contributing
- Release process
- Changelog
Project status
EleSync is at 1.23.42 (852 tests, ~12,500 LOC). The current product focus is stabilization: bug fixing, UX polish, documentation, first-run completion, privacy clarity, and reliability.
License
MIT. See LICENSE.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file elesync-1.23.42.tar.gz.
File metadata
- Download URL: elesync-1.23.42.tar.gz
- Upload date:
- Size: 1.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
105b6799a1768d30a3b2ead9f73333ba9fc3b4e86fe3f3c68a0945d267ff18bd
|
|
| MD5 |
94a600cb655ba231a490faa4a4507778
|
|
| BLAKE2b-256 |
62b168f15b9c77beb891f2dedaca173a865fca1afdda6445c070bff8bbfe4c28
|
Provenance
The following attestation bundles were made for elesync-1.23.42.tar.gz:
Publisher:
release.yml on darknodebros/EleSync
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
elesync-1.23.42.tar.gz -
Subject digest:
105b6799a1768d30a3b2ead9f73333ba9fc3b4e86fe3f3c68a0945d267ff18bd - Sigstore transparency entry: 2406070767
- Sigstore integration time:
-
Permalink:
darknodebros/EleSync@0356f252604a2a199cc9bd727855439c165d640c -
Branch / Tag:
refs/tags/v1.23.42 - Owner: https://github.com/darknodebros
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@0356f252604a2a199cc9bd727855439c165d640c -
Trigger Event:
push
-
Statement type:
File details
Details for the file elesync-1.23.42-py3-none-any.whl.
File metadata
- Download URL: elesync-1.23.42-py3-none-any.whl
- Upload date:
- Size: 1.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
feafe226fb5c63e7a47daa4bec8c0fb82abceef1d013cc4480ad066f74cdd543
|
|
| MD5 |
7fd9fa658ae49bb71e035dde551aa435
|
|
| BLAKE2b-256 |
705778ecc714847eceb699a27792421512767b7d4af505da6fb9379a2dd66d11
|
Provenance
The following attestation bundles were made for elesync-1.23.42-py3-none-any.whl:
Publisher:
release.yml on darknodebros/EleSync
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
elesync-1.23.42-py3-none-any.whl -
Subject digest:
feafe226fb5c63e7a47daa4bec8c0fb82abceef1d013cc4480ad066f74cdd543 - Sigstore transparency entry: 2406070771
- Sigstore integration time:
-
Permalink:
darknodebros/EleSync@0356f252604a2a199cc9bd727855439c165d640c -
Branch / Tag:
refs/tags/v1.23.42 - Owner: https://github.com/darknodebros
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@0356f252604a2a199cc9bd727855439c165d640c -
Trigger Event:
push
-
Statement type: