CharaChorder's logging and analysis desktop app, supporting Linux, Windows, and macOS.
| OS | Executable |
|---|---|
| Windows (Installer) | nexus.msi |
| Windows (Portable GUI-only) | nexusw.exe |
| Windows (Portable with CLI) | nexus.exe |
| Linux | nexus |
| macOS (Currently CLI-only (#7)) | nexus-macos |
2.
- For the MSI, run the installer. If Windows Defender/Smart Screen asks, choose More info, then Run Anyway. The MSI
will install nexusw.exe to %LOCALAPPDATA%\Programs\nexus\nexus.exe, and add Desktop and
Start Menu shortcuts. (If you don't like this, sorry; consider contributing a PR to
implement #114). You can now launch nexus from the Start Menu
like any other program.
chmod +x nexus{,-macos} from the directory you saved it in to make it executable.Start Logging to start logging everything you type, Refresh to update the table, and Stop Logging to stop
logging. Starting and stopping may take a while depending on your platform../nexus # Unix
.\nexus.exe # Windows
Use the -h flag to access CLI options.
Your data will be stored platform-dependently in:
- %APPDATA%\CharaChorder\nexus\ on Windows
- ~/Library/CharaChorder/nexus/ on MacOS
- $XDG_DATA_HOME/nexus/ on *nix
sh
git clone https://github.com/CharaChorder/nexus
cd nexus/
python dist.py -ndWith the -n and -d flags, dist.py automatically detects your OS, sets up a virtualenv in the root directory of the
repo (if not provided one via args), installs requirements, converts UI files to Python, sets up git hooks, and installs
the nexus module locally.
To develop, you can now run it from within the virtualenv (activate it first) using the python -m nexus <args>
command.
python dist.py
Running dist.py without any args detects your OS, sets up a virtualenv, installs reqs, converts UI files, and
generates a platform-dependent executable in the dist/ directory.
%APPDATA% (where the DB
defaults to) to be used. The full exe from Python should be installed instead.
Read this for
more details.Settings > Applications > Legacy X11 App Support).com.charachorder.nexus.desktop file into either your ~/.local/share/applications/
or /usr/share/applications/ directory, and edit the path to point to the nexus icon.Please create PRs and issues, we welcome all contributions. See issues tagged with Help Wanted for where you can best
help.
By creating issues, PRs, or any other contributions to this repo, you hereby agree to our Contribution License Agreement. In short,
This summary is for information purposes only, and you are agreeing to the full text in our CLA.
No data is collected from you when you use nexus. Unless you somehow send us data manually (e.g. by creating an issue on GitHub), anything that you type that may be logged by nexus stays on your computer. You can verify this for yourself by reading the source code. We will update this section if this changes.
Parts of nexus (Freqlog) log keystrokes. This is necessary for that module to analyze the words you use the most. You should ban any sensitive information (passwords, credit card numbers, etc.) or stop logging before typing them. CharaChorder will not be held responsible for any data loss or theft, or any security breaches. You use nexus at your own risk.
If you find a security issue, please reach out to a CC Rep on Discord or through our support email (support at charachorder dot com). We will work with you to resolve the issue. Please do not create a GitHub issue for security issues.
$ claude mcp add nexus \
-- python -m otcore.mcp_server <graph>