Mission: Make professional-grade eDiscovery and AI over sensitive documents affordable, private, and self-hosted — open-source software so any lawyer, investigator, or small firm can process, search, review, and question their own data on their own machine, without sending it to anyone.
- Download the latest release as zip
- Download Windows installer release
- Download Linux installer release
- Daily build (unstable)
- Daily build of Windows Installer (unstable)
- Daily build of Linux Installer (unstable)
- Buy support
- Follow the installation instructions
- Run FreeEed and register on first launch — we’ll email you a free activation key right away.
- Works on Windows, macOS, Linux, VirtualBox, and Amazon AWS cloud
- Ability to process 1,400+ file types, including MS Office and PST files (see Apache Tika formats)
- OCR
- AI (talk to your eDiscovery documents)
- AI analysis (responsive, privileged, smoking gun — under development)
- Video and audio transcription
- Document review
- “Imaging” (conversion of documents to PDF)
Extensive documentation is available on the wiki, including how to run FreeEed over RDP on Ubuntu.
FreeEed is built with AI/ChatGPT, Tika, Lucene, and Solr and embodies best practices in Big Data.
If you are a developer, you can build the project from source.
Check out the documentation on the For Developers page.
- Phone: 713-568-9753
- Email: mark@scaia.ai
git checkout dev && git pullgit checkout -b feature/<short-description>- Work, commit, push →
git push -u origin feature/<name> - Open PR:
feature/* → dev - When
devis stable, PR:dev → main - Tag from
main:git tag vX.Y.Z && git push origin vX.Y.Z
