Fossick

How to search your documents offline, without the cloud

· 5 min read

If you keep confidential files on your computer, the way you search them matters. Most modern search tools quietly send your queries — and sometimes your documents — to a server you don't control. For a lawyer, accountant, or consultant handling privileged material, that is a problem worth solving before it becomes an incident.

This article explains what offline document search actually means, how it works on your own machine, and how to verify that nothing is leaving your computer. The short version: you can find files by what they mean, not just by filename, without a cloud account and without an internet connection.

What "offline document search" really means

Offline document search is the ability to find files stored on your computer without sending anything over the internet. Everything that makes search work — reading your files, building an index, and matching your query — happens locally on your machine.

That is different from most tools people reach for by default. Cloud storage search, web-based document platforms, and many "AI" search add-ons process your content on remote servers. Even when the interface feels local, the query and often the document text travel to a data centre.

The distinction matters for anyone under a duty of confidentiality:

True offline search satisfies all three. If a tool needs a connection to answer a query, it is not offline in any meaningful sense.

Keyword search vs. semantic search

Traditional file search matches text literally. You type contract, and it returns files containing that exact string. If the document says master services agreement and never uses the word contract, you will not find it that way.

Semantic search works differently. It represents the meaning of your text as numbers (called embeddings) and finds documents whose meaning is close to your query — even when the words don't match.

In practice this means you can search the way you actually remember things:

You are describing the content, not guessing the filename or the exact phrase. That is the practical advantage of semantic offline document search: it forgives imperfect memory.

How on-device semantic search works

Semantic search sounds complex, but the pipeline is straightforward and can run entirely on your machine:

  1. Extract text. The tool reads your PDFs, Word files, and text documents to pull out their content.
  2. Run OCR where needed. Scanned PDFs and images (PNG, JPG, and similar) contain pictures of text, not text. On-device optical character recognition reads them so they become searchable.
  3. Create embeddings. Each chunk of text is converted into a numerical representation of its meaning. A local model does this — no server call.
  4. Build an index. Those embeddings are stored in a local index on your disk.
  5. Match your query. When you search, your query is embedded the same way and compared against the index to rank the most relevant files.

Modern laptops are more than capable of running this. Fossick performs every one of these steps locally, which is why it keeps working with the network disconnected.

The trust proof: search with the Wi-Fi off

Privacy policies are promises. A demonstration is proof.

The cleanest way to verify that a search tool is genuinely offline is to remove its ability to reach the internet and see whether it still functions:

  1. Disconnect your Wi-Fi or unplug the Ethernet cable.
  2. Open the app and run a real search across your documents.
  3. Confirm you get results.

If indexing and search continue to work with no connection, the processing is happening on your device. There is no server to send your files to. This is the core reason to prefer a design that treats the network as optional rather than required.

If a tool stops working the moment you go offline, your documents were depending on someone else's computer.

Fossick is built to pass this test. The only time it touches the internet is for licensing and billing — never for your files, your index, or your queries. You can download it and try the Wi-Fi-off test yourself.

Search, not chat: why that distinction matters

A lot of recent tooling blurs "search" and "chat." They look similar but do very different things to your data.

For confidential material, generative chat introduces questions you may not want to answer: Where does the model run? Is my content used for training? Who can see the prompt?

Fossick deliberately stays on the search side of that line. It has no generative AI, does not summarise, and does not answer questions. It retrieves the right document and lets you open it. That narrower scope is a feature: fewer moving parts, no model consuming your text, and a clear boundary around what the software does with your files.

Setting up offline document search on your machine

Getting started is less involved than most people expect. A typical setup looks like this:

  1. Install the app on Windows or Mac.
  2. Point it at your folders — the directories where your documents already live. Nothing gets moved or copied to a cloud.
  3. Let it index. The first pass reads your files, runs OCR on scans and images, and builds the local index. Large collections take longer, but it runs in the background.
  4. Start searching by describing what you remember.

A few practical notes:

Fossick is free during the beta, with no card required. After launch it will be a one-time US$49 purchase with updates included and a 14-day money-back guarantee — details are on the pricing page.

Frequently asked questions

Is offline document search actually private?

With a genuinely offline tool, yes. Your files, your search index, and your queries all stay on your device. The verifiable test is to disconnect from the internet and confirm search still works — if it does, nothing is being sent to a server.

Does Fossick upload my documents to the cloud?

No. Indexing, OCR, embedding, and search all run on-device, and your documents are never uploaded. The only internet contact is for licensing and billing, which never involves your file contents.

Can it search scanned PDFs and images?

Yes. Fossick runs OCR automatically and locally on scanned PDFs and image files such as PNG and JPG, turning the pictured text into searchable content. This happens on your machine, so scanned documents never leave your computer.

Is this an AI chatbot that answers questions about my files?

No. Fossick is search, not chat. It has no generative AI and does not summarise or answer questions — it finds and ranks the relevant documents so you can open and read them yourself.

What does it cost?

It is free during the beta with no credit card required. At launch it will be a one-time US$49 purchase that includes updates, backed by a 14-day money-back guarantee. You can see current details on the pricing page.