# Meport — Teach every AI who you are. ## What is Meport? Meport is an open-source CLI tool (v0.2.5) that creates AI personality profiles from your files and exports them to 13 platforms. It scans your documents, asks targeted questions, and generates rule-based instructions that make AI tools like ChatGPT, Claude, Cursor, Copilot, and Ollama understand how you think, work, and communicate. ## Key Facts - Free forever, MIT license, open source - 100% local — zero servers, zero tracking, zero accounts - 38+ personality dimensions across 10 categories (identity, communication, AI, compound, work, cognitive, personality, neurodivergent, life, expertise) - Rule-based exports (direct instructions, not descriptions) — ~85-95% AI compliance vs 50% for descriptions - Pack-based profiling: 9 question packs (personal) + 7 business packs - System scanner pre-fills answers from .gitconfig, project files, AI configs, locale, timezone - 6 AI providers: Claude (Anthropic), OpenAI, Gemini (Google), Grok (xAI), OpenRouter, Ollama (local/offline) - Available as CLI (npx meport), desktop app (Mac/Win/Linux) available at github.com/zmrlk/meport/releases. Web app at meport.app ## Supported Export Platforms (13 compilers) ChatGPT, Claude, Claude Code, Cursor, GitHub Copilot, Windsurf, Gemini, Grok, Perplexity, Ollama, AGENTS.md, JSON, Generic ## Auto-deploy targets (5) Cursor (.cursor/rules/meport.mdc), Claude Code (CLAUDE.md section), Copilot (.github/copilot-instructions.md), Windsurf (.windsurfrules), AGENTS.md (project root) ## Profile Architecture - 4 data layers: Explicit (confidence 1.0), Inferred (0.5-0.95), Compound (0.6-0.9), Emergent (0.3-0.7) - 10 dimension categories: identity, communication, AI, compound, work, cognitive, personality, neurodivergent, life, expertise - Dimensions are weighted 1-10 for export prioritization - Privacy filter blocks sensitive patterns before AI processing - System scan detects 27 tech skills and 48 tools automatically ## How It Works 1. Drop your files (CV, notes, documents) or run npx meport 2. Meport scans files and asks a few targeted questions 3. Your answers become direct AI rules ("Be extremely direct. No softening." not "User prefers directness") 4. Export to any AI platform in its native format 5. AI finally understands you ## Links - Website: https://meport.app - GitHub: https://github.com/zmrlk/meport - npm: https://www.npmjs.com/package/meport - CLI: npx meport - Documentation: https://meport.app/docs.html ## Meport Profile Standard v1.0 The .meport.md format is an open standard for portable AI user profiles. It defines how to describe yourself to AI systems using Markdown. - Format: # Name, > Summary, ## Sections, Key: Value, - Items - Two formats: .meport.md (human-readable Markdown) + .meport.json (machine-validated JSON Schema) - DATA sections (who you are): Identity, Work, Personality, Life Context, Financial, Goals, Anti-Goals, Expertise - POLICY sections (how to treat you): Communication, AI Preferences, Instructions, Never - 4 export tiers: Summary (150 chars), Dense (800), Compact (1500), Full (3500) - Progressive levels: L0 (identity only) → L1 (+communication) → L2 (+cognitive/work) → L3 (+intelligence) - Cross-model tested: ChatGPT, Claude, Grok, Gemini - JSON Schema: https://meport.app/schema/v1.json - Full specification: https://meport.app/standard.html ## Profile Creator Web-based profile creator at https://meport.app/create.html — create a .meport.md profile by clicking options, no Markdown knowledge needed. No account, no AI, runs entirely in browser. ## Creator Built by Karol Zamarlik (ISIKO). Created because every AI tool treats you like a stranger — Meport fixes that in 5 minutes.