EverFree

The truly $0 AI-assisted note taker

Stop renting your thoughts. A free home for your notes

Fully featured, completely free note app including AI assistance. Syncs across web, mobile and desktop (mac). Notes stored in own github repo. Simple Evernote migration.

Free forever · No trial · No EverFree account · Open source

everfree.vercel.app
Editor demo

Backup evernote cleanlyImport your Evernote notebooks as Markdown.

Write anywhereOne workspace across Mac, web, and mobile.

Bring your own AIUse your free Gemini key. Pay no one nothing.

What EverFree gives you

The note app that just works. And some more.

01

Keep writing on every screen

Use the full Mac editor, write in any desktop browser, or capture and edit from your phone. It is one synced workspace.

02

Think with AI beside the page

Select a paragraph and ask EverFree to continue it, tighten it etc. Search for facts. Generate contextual images. Use your own keys.

03

Leave Evernote with your history

The Mac app imports your notebooks and turns them into ordinary Markdown. Your old writing comes with you.

04

Keep the exit door open forever

Your notes are plain files in a private repo you control

05

Give your coding agents memory

The Mac app ships an MCP server. Claude Code and anything else that speaks MCP can search your notes and write back to them.

Fully featured

Everything you need for personal knowledge management

product-sync.md

Product sync — Thursday

Ravi wants the import flow simplified before

launch. We agreed to cut the second confirm

Listening

Talk instead of typing

Responsive Voice to text enables you to dictate your notes or instruct the AI assistant. Fully on device

everfree-notes

Mac Synced · just now

Web Synced · just now

iPhone Syncing…

a4f1c9 Update Drafts/launch-plan.md

Sync everywhere, share when you want

One workspace across Mac, web, and mobile. Every save is a commit in your own repo - add a collaborator and you both write to it.

launch-plan.md

Launch checklist

deploy() {
  vercel --prod
}

Bold, italic, lists, tables — plain Markdown.

Paste in anything

Screenshots, code blocks, links, tables, Markdown from anywhere. It all lands as a plain file.

Search

Drafts

Quarterly review…the quarterly plan we agreed on…

Research

Pricing notes…billed quarterly instead of…

Find any note in seconds

Search titles and full text across every notebook at once

The assistant

An AI that reads the note you are already in.

Select a line and ask for a rewrite, search the web without leaving the page, or generate an image for the paragraph you just wrote. Bring your own key.

everfree.vercel.app
AI editor demo

All I needed was a place to write

I am a compulsive note-taker and had a thousand+ notes in Evernote. Bending Spoons decided to hike up renewal fees by 5x and it cost me $100 just for access to my own notes

That was the wake-up call. My notes are not your product. They are memory. And they should be mine. For free.

Why it will always be free

GitHub is the backend. Your repo is the database.

Sign in once and EverFree creates one private repository named everfree-notes. The web app saves directly to it. The Mac app also keeps your notes in ~/Documents/EverFree and syncs the same workspace.

There is no EverFree account, no EverFree notes database, and no storage plan to upsell. You do not need to know git. And web/mobile will be through a free vercel app.

everfree-notes/            ← your private repo
├── Drafts/
│   ├── cursor-for-writing.md
│   └── renewal-note.md
├── Research/
│   └── evernote-pricing.md
└── assets/
    └── header-sketch.png

Memory for coding agents

EverFree is the disk. The agent is the mind.

The Mac app ships an MCP server. Point Claude Code at it and your agent can search everything you have written, read a note, and write back what it worked out. One command, no account, no extra install.

EverFree keeps the Markdown and gets out of the way. Nothing is summarised and nothing is scored for importance. What the agent writes is a normal note, so it shows up on your phone like anything else.

$ claude mcp add everfree -- \
    /Applications/EverFree.app/Contents/MacOS/everfree-mcp

> search_notes("pricing decision")
Research/renewal-note.md — Renewal note
    …settled on leaving before the $100 renewal…

> append_note("Drafts/worklog.md", "Shipped the importer.")
Appended to Drafts/worklog.md — delivered

From Evernote to EverFree

Out in three steps.

1

Download the Mac app

Open the signed and notarized DMG. No terminal, package manager, or Gatekeeper workaround.

2

Bring your archive

Connect Evernote during setup and import your old notebooks as Markdown — or skip this if you are starting fresh.

3

Write from anywhere

Connect GitHub once. EverFree creates your private everfree-notes repo, and the same notes appear on web and mobile.

The practical bits

FAQ

What is the catch?

There isn't a paid tier hiding behind the useful features. EverFree is MIT-licensed open source, with no plan, trial, or EverFree account.

Do I need to understand GitHub?

No. You sign in with a device code and EverFree handles the fixed private everfree-notes repo. You never need to run a git command.

Can I import from Evernote?

Yes. The Mac setup walks you through connecting Evernote and converts your notebooks to Markdown. Import is optional.

What can the AI assistant do?

It can work with the current note or selected text to continue, rewrite, explain, question, or brainstorm. Add your own Google Gemini key; EverFree does not charge you for AI.

Where are my notes stored?

As Markdown in your private everfree-notes GitHub repo. On Mac they also live in ~/Documents/EverFree.

Why does GitHub ask for repo access?

GitHub does not offer single-repository access for this OAuth flow. EverFree asks for the required repo scope, but its code only creates, reads, and writes your fixed everfree-notes repository.

Is there a mobile version?

Yes. Open EverFree on your phone for capture, reading, and edits in the same workspace.

Support the project

Star EverFree on GitHub.

EverFree is MIT-licensed and costs nothing to use. A star helps other people find it.

Star on GitHub