{"id":49929485,"url":"https://github.com/engram-app/engram","last_synced_at":"2026-06-17T01:01:23.573Z","repository":{"id":341942597,"uuid":"1168190172","full_name":"engram-app/Engram","owner":"engram-app","description":"Engram: Personal knowledge RAG system — Obsidian vault indexer, vector search, MCP server","archived":false,"fork":false,"pushed_at":"2026-06-14T07:09:31.000Z","size":7103,"stargazers_count":4,"open_issues_count":74,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-14T08:21:23.924Z","etag":null,"topics":["elixir","knowledge-base","mcp","obsidian","phoenix","rag","vector-search"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/engram-app.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":".github/CLA.md"},"funding":{"github":["engram-app"],"ko_fi":"engrams_sync"}},"created_at":"2026-02-27T05:27:03.000Z","updated_at":"2026-06-14T07:09:34.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/engram-app/Engram","commit_stats":null,"previous_names":["rasbandit/engram","engram-app/engram"],"tags_count":42,"template":false,"template_full_name":null,"purl":"pkg:github/engram-app/Engram","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engram-app%2FEngram","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engram-app%2FEngram/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engram-app%2FEngram/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engram-app%2FEngram/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/engram-app","download_url":"https://codeload.github.com/engram-app/Engram/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engram-app%2FEngram/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34429493,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-16T02:00:06.860Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elixir","knowledge-base","mcp","obsidian","phoenix","rag","vector-search"],"created_at":"2026-05-17T02:29:17.098Z","updated_at":"2026-06-17T01:01:23.520Z","avatar_url":"https://github.com/engram-app.png","language":"Elixir","funding_links":["https://github.com/sponsors/engram-app","https://ko-fi.com/engrams_sync"],"categories":[],"sub_categories":[],"readme":"# Engram\n\n![Engram — your notes are your AI's memory, synced everywhere and read by your AI](assets/vault-banner.gif)\n\n[![Verify](https://github.com/engram-app/Engram/actions/workflows/verify.yml/badge.svg)](https://github.com/engram-app/Engram/actions/workflows/verify.yml)\n[![Last commit](https://img.shields.io/github/last-commit/engram-app/Engram)](https://github.com/engram-app/Engram/commits/main)\n[![Stars](https://img.shields.io/github/stars/engram-app/Engram?style=flat)](https://github.com/engram-app/Engram/stargazers)\n[![License](https://img.shields.io/badge/license-PolyForm_SB_1.0-blue)](LICENSE)\n[![Sponsor](https://img.shields.io/github/sponsors/engram-app?label=Sponsor\u0026logo=GitHub\u0026color=ea4aaa)](https://github.com/sponsors/engram-app)\n[![Ko-fi](https://img.shields.io/badge/Ko--fi-Buy_a_coffee-FF5E5B?logo=ko-fi\u0026logoColor=white)](https://ko-fi.com/engrams_sync)\n\nYour notes are your AI's memory.\n\nThe AI memory layer where your notes are the storage — markdown you and your AI\nassistants both read and write to via [MCP](https://modelcontextprotocol.io).\nBuilt with Elixir/Phoenix. Pairs with the\n[Engram Obsidian Sync](https://github.com/engram-app/Engram-obsidian) plugin\nfor real-time bidirectional sync.\n\n## Self-Host (Docker Compose)\n\n**Don't want to run the commands yourself?** Open the\n[Quickstart docs](https://engram.page/docs/self-host/quickstart/), select\nthe whole page, and paste it into your AI assistant — it's written\ntop-to-bottom as imperatives the AI can execute in order.\n\nOtherwise:\n\n```bash\ngit clone https://github.com/engram-app/Engram.git\ncd Engram\ncp .env.example .env       # then fill in the three secrets at the top\ndocker compose up -d\n```\n\nApp at \u003chttp://localhost:4000\u003e. Migrations run on boot. Only port 4000 is\nhost-exposed; everything else stays on the private Docker network.\n\n**Large vaults?** Enable MinIO for S3-style attachments:\n`docker compose --profile s3 up -d` — see\n[storage docs](https://engram.page/docs/self-host/environment-variables/#storage).\n\n**Better embeddings?** Switch to Voyage AI in `.env` — see\n[embeddings docs](https://engram.page/docs/self-host/environment-variables/#embeddings).\n\n### Full self-host documentation\n\n| Topic | Link |\n|---|---|\n| Quickstart           | \u003chttps://engram.page/docs/self-host/quickstart/\u003e |\n| Environment vars     | \u003chttps://engram.page/docs/self-host/environment-variables/\u003e |\n| Encryption \u0026 keys    | \u003chttps://engram.page/docs/self-host/encryption/\u003e |\n| Backup \u0026 restore     | \u003chttps://engram.page/docs/self-host/backup-restore/\u003e |\n| Upgrades             | \u003chttps://engram.page/docs/self-host/upgrade/\u003e |\n| Troubleshooting      | \u003chttps://engram.page/docs/self-host/troubleshooting/\u003e |\n| Architecture         | \u003chttps://engram.page/docs/self-host/architecture/\u003e |\n| MCP setup            | \u003chttps://engram.page/docs/mcp/\u003e |\n| HTTP API             | \u003chttps://engram.page/docs/api/\u003e |\n\n## Contributing\n\nLocal dev setup, tests, and PR rules: see [CONTRIBUTING.md](./CONTRIBUTING.md).\n\n## License\n\nDual-licensed:\n- **[PolyForm Small Business 1.0.0](./LICENSE)** — free for organizations\n  under $1M USD prior-year revenue and \u003c 100 employees + contractors.\n- **Commercial License** — required for larger orgs. See\n  [LICENSE-COMMERCIAL.md](./LICENSE-COMMERCIAL.md) or email\n  `support@engram.page`.\n\nExternal contributions sign the [Engram CLA](./.github/CLA.md). See\n[CONTRIBUTING.md](./CONTRIBUTING.md).\n\n## Security\n\nSee [SECURITY.md](./SECURITY.md) for vulnerability disclosure. Self-host LAN\ndeployments are out of scope of our published SLA — security depends on the\noperator's network and infra.\n\nCopyright (c) 2026 Rasbandit Software Solutions LLC d/b/a Engram.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengram-app%2Fengram","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fengram-app%2Fengram","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengram-app%2Fengram/lists"}