| Crates.io | aimemoryengine |
| lib.rs | aimemoryengine |
| version | 0.1.2 |
| created_at | 2025-07-26 04:11:49.643282+00 |
| updated_at | 2025-07-26 15:10:33.898611+00 |
| description | Professional-grade persistent project memory for AI coding assistants - No more explaining the same codebase repeatedly |
| homepage | https://aimemoryengine.com |
| repository | https://github.com/aimemoryengine/aimemoryengine |
| max_upload_size | |
| id | 1768811 |
| size | 156,400 |
Professional-grade persistent project memory for AI coding assistants - No more explaining the same codebase repeatedly.
Current AI coding assistants suffer from "AI amnesia" - they forget your codebase context between conversations, forcing you to repeatedly explain the same code structure, dependencies, and patterns. AI Memory Engine solves this by providing persistent, local project memory.
๐ฅ One-Time Purchase: $99
# Clone the repository
git clone https://github.com/jahboukie/aimemoryengine.git
cd aimemoryengine
# Build the project
cargo build --release
# The binary will be available at target/release/aimemoryengine
# Activate your license (required first step)
aimemoryengine license activate "your-license-key-here"
# Check license status
aimemoryengine license status
# Initialize memory tracking for your project
aimemoryengine init
# Analyze a specific file
aimemoryengine analyze src/main.js
# Check memory status
aimemoryengine status
# Query project context
aimemoryengine query "function"
# Reset project memory
aimemoryengine reset
$ aimemoryengine analyze src/components/App.js
๐ฌ Analyzing file: src/components/App.js
๐ Analysis Results:
Entities found: 4
Relationships found: 0
๐ Entities:
import react at line 1
import useState at line 2
class App at line 4
function handleClick at line 12
# Run all tests
cargo test
# Run specific test suite
cargo test -p memory-engine
Current Status: 8/8 tests passing โ
We welcome contributions! This project is being developed using dogfooding - we use the memory engine to build itself.
cargo testThis software is licensed under a commercial license. Purchase required for production use.
Security: See SECURITY.md for detailed security information.
Built for serious developers who want AI assistants that actually understand their codebase. Perfect for:
Current Version: MVP (Minimum Viable Product)
Development Stage: Week 2 Complete, Week 3 In Progress
Stability: Alpha - suitable for testing and feedback
Built with โค๏ธ for developers who deserve better AI coding tools.