Quick Start
FIND_AZ 2.1.5 helps you find files by filename, path, file contents, OCR text, video chapters, and video transcriptions. The GUI mode is recommended for normal use.
Installation
Keep an internet connection available during installation. Installation sets up required components and prepares folders. Daily use does not require admin mode.
Windows
- Download the Windows
.exeinstaller from your Find AZ account. If your browser warns about the download, choose Keep — the installer is unsigned, so this is expected. - Double-click the downloaded installer.
- If Windows asks whether to allow changes, click Yes.
- To add a Desktop icon, tick Create a desktop shortcut, then click Next.
- On the Ready to Install summary, click Install. Higher indexing levels (Deep, Extreme) include more, so they take longer.
- When it finishes, click Finish, then open Find AZ from the Desktop shortcut, the Start menu, or Windows Search.
macOS Apple Silicon
- Download the correct macOS
.dmginstaller from your Find AZ account. - Double-click the downloaded disk image, then drag the Find AZ icon onto the Applications folder.
- Eject the Find AZ disk image.
- In Applications, right-click Find AZ and choose Open. Right-click → Open is needed the first time because the installer is unsigned. Click Open again to confirm.
Need Find AZ for Linux or an Intel Mac? Email support@findaz.app to let us know.
Installation Levels
When Find AZ opens, Desktop 1 (Install) asks how deeply it should read your files. Each level includes everything from the level below it and adds more. Pick a level, activate your license, then click Proceed with Installation. You can switch levels later from the same screen — your indexes, settings, and license are preserved.
GUI Reference
The app is organized into desktop screens. Most users can complete setup and search from Desktop 2, Desktop 3, and Desktop 4.
Search Reference
Search accepts include words and exclude words. A matching file contains all of the include words and none of the exclude words. Each word is matched against the file's name, path, and contents, and upper and lower case are ignored.
In the app (Desktop 4)
Type your words in Include Words, optionally add Exclude Words, and click Find or press Enter.
- Matching is by substring, so
deployalso findsdeployment,deployed, andredeploy. - Several include words must all be found, each in the name, path, or contents.
- Wrap words in quotes to match them as one phrase, e.g.
"deployment guide". - Add
-nat the end of Include Words to search file names only, or-pto search full paths only (contents are skipped). - Type
/in either box to see the full list of known words and pick from it. - Synonyms broaden a search so a word also finds its close alternatives; maintain them with Edit Synonyms.
In terminal mode
fnd -i "Hello World" India -e "Maharashtra State" Gujarat fnd "Hello World" India -e "Maharashtra State" Gujarat
-idefines include words.-edefines exclude words.-nsearches filename only.-psearches full path only.-nsignores synonyms.
Supported content
- File names, file paths, and file contents (upper and lower case are ignored)
- Text, Markdown, HTML, SQL, CSV, and other basic formats
- Microsoft Office (docx, xlsx, pptx, and related) and LibreOffice (odt, ods, odp, and related) documents
- Video chapters for mp4, mkv, mov, m4v, and 3gp (every level)
- OCR text from PNG, JPG, JPEG, BMP, TIF, TIFF, and images embedded in PDFs (Deep level and above)
- Apple iWork Pages, Numbers, and Keynote text on macOS (Deep level and above)
- Spoken words from audio and video, transcribed and indexed (Extreme level, Windows and macOS Apple Silicon only)
Dictionaries & Synonyms
FIND_AZ maintains dictionaries for tags, search context, and find terms. Autocomplete uses these dictionaries while entering tags, context, include words, and exclude words.
- Tags: stored in
master_tags_list.json, start with#, and are maintained uppercase. - Context: stored in
master_context_dict.json, case-sensitive, and can include quoted strings or bracketed strings. - Find terms: stored in
master_find_dict.json, lowercase, and used for include/exclude autocomplete.
Use the Sync button to sync words across tag, context, and find dictionaries.
Synonyms
Edit synonyms.txt. Put one synonym set on each line. A synonym should appear in only one line.
"india" "bharat" "Hindustan" "ebs" "ebusiness suite" "r12"
Terminal Utilities
Terminal mode is optional but useful for repeat workflows and older computers that do not support the GUI well.
cli az2 setup ind fnd act upd
install_gpu_windows.bat. Use ind_gpu for GPU indexing.Themes & Styles
Themes control app colors. Styles control background images, font family, font weight, font style, object opacity, and font scaling.
- Themes and styles are independent, so you can mix any theme with any style.
- Combine light themes with light styles, and dark themes with dark styles.
- Neutral styles can be combined with any theme.
- Set a font scale to size all text and controls — about 0.1 to 10.0, for example 1.0 (normal), 1.2 (a little larger), or 2.0 (double size).
- Click Apply Theme and Style to redraw the app; your choices are remembered between sessions.
- Back up
themes.json,styles.json, andhot_data.jsonbefore editing. - If the app does not load after editing, restore from your backup or copy seeded files from
COMMON_ALL.
Moving Installations
On Windows and macOS, use the application location created by the installer. The previous ZIP-folder moving procedure no longer applies; run the .exe or .dmginstaller again when you need to reinstall Find AZ.
Multiple installations are allowed. In one environment, only one FIND_AZ home is active at a time.
Uninstall
Windows
cd /d E:\FIND_AZ uninstall.bat
macOS Apple Silicon
cd /VOLUMES/DATA/FIND_AZ chmod +x uninstall.sh ./uninstall.sh
Third-party component notices are provided in NOTICES.txt.
