codexfi helps AI agents remember things over time. It stores information that AI programs use to make better decisions. Imagine it like a notebook where your AI keeps important facts handy.
This tool uses several technologies behind the scenes. It includes LanceDB, a fast database made to hold memory, and Voyage AI embeddings that help the system understand what is important. It works with Bun, a modern tool to run JavaScript and TypeScript programs. codexfi gives you two ways to interact: a command line tool and a simple web page to see whatโs happening.
codexfi runs on Windows. To get the best experience, your computer should meet these needs:
- Windows 10 or later (64-bit recommended)
- At least 4 GB of RAM
- 1 GHz or faster processor
- 500 MB free disk space
- Active internet connection for initial setup
Follow these steps to download and run codexfi on your Windows computer.
Click this big button to go to the codexfi downloads page where you will find the latest version:
This page lists all available versions. Look for the latest โWindowsโ release.
Find the file ending with .exe or .msi for Windows. The file might be named something like:
codexfi-setup-v1.0.exe
Click the file name to start downloading.
Once downloaded, open the file. Windows may ask for permission โ choose โYesโ to continue.
Follow the on-screen steps:
- Choose a folder where you want to install codexfi or leave the default
- Click โNextโ until installation begins
- Wait for it to finish
After installation, you have two main ways to use codexfi:
-
Open the Start Menu and search for โCommand Promptโ. Open it.
-
Type:
codexfi help
This command shows a list of all commands you can use.
Example commands:
codexfi startโ Launch the application backendcodexfi stopโ Stop itcodexfi statusโ Check if itโs running
Use these commands to control the memory service.
-
Open your web browser (Chrome, Edge, Firefox)
-
Enter:
http://localhost:3000in the address bar and press Enter.
This loads the codexfi dashboard. It shows current memory data and lets you manage AI memories with a simple interface.
- Persistent Memory: Keeps AI data safe across sessions.
- Embedded LanceDB: Stores data efficiently and reliably.
- Voyage AI Embeddings: Understands what your AI needs to remember.
- Bun Plugin: Runs fast on modern JavaScript and TypeScript environments.
- CLI and Web Dashboard: Offers command line controls and an easy web interface.
- Cross-Platform Ready: Designed primarily for Windows but supports other systems.
You may want to configure codexfi for your needs. This is done by changing settings in a file called config.json. You will find it in the folder where codexfi was installed, under:
C:\Program Files\codexfi\config.json
Example settings:
{
"memorySize": 1000,
"port": 3000,
"logging": true,
"maxConnections": 10
}memorySize: Number of memory items AI can store.port: Network port for the web dashboard.logging: Enables or disables event logs.maxConnections: Limits users connected at once.
To edit, open the file with Notepad, change values, save, and restart codexfi for changes to work.
If codexfi does not start or you have issues, try this list:
- Make sure your Windows version meets system requirements.
- Check that the installer finished without errors.
- Restart your computer and try launching codexfi again.
- Confirm no other programs use port 3000.
- Run Command Prompt as administrator and try commands again.
- Review the log file (found in the install folder) for error details.
If you still cannot fix the problem, see the โIssuesโ tab on the GitHub repository page for more help or file a new issue.
Return to the download page at any time here:
Follow Step 2 and Step 3 above to get the latest version.
- GitHub repository: https://github.com/Lucasdesign13/codexfi
- Issues and support: https://github.com/Lucasdesign13/codexfi/issues
- Documentation: See the
docsfolder inside the project for more details and advanced settings.
codexfiโs core is a memory system for AI programs. It saves data that AI agents can access later. The data is organized using LanceDB, a fast storage method, and enhanced with AI embeddings from Voyage AI. These embeddings help the AI understand what is important and what to forget.
The Bun plugin in codexfi helps run everything using fast JavaScript routines. This means the system stays lightweight and quick. The CLI lets you control the program with typed commands. The web dashboard provides a visual way to watch and interact with the stored memories.
codexfi keeps your data on your own computer. It does not send your information elsewhere. This means your AI memory stays private unless you decide to share it.
Check the GitHub releases page regularly to find the latest versions of codexfi. Updates often improve stability and add new features.
codexfi is available under the MIT License. This lets you use, copy, and modify the software freely.
This project includes AI agents, Bun tool support, OpenCode AI, LanceDB memories, embeddings with Voyage AI, and TypeScript code. It is a developer tool focused on memory management for AI.