Skip to content

Releases: NDXDeveloper/FileFind

v1.1.9

14 Jul 20:48

Choose a tag to compare

FileFind 1.1.9

Advanced file search utility with comprehensive search options and cross-platform compatibility.

Downloads 📦

Linux:

  • 📦 Debian/Ubuntu Package: filefind_1.1.9_amd64.deb
  • 📁 Portable Archive: filefind-linux-portable-1.1.9.tar.gz

Windows:

  • 🔧 System Installer (Admin): FileFind-Setup-System-1.1.9.exe
  • 👤 User Installer (No Admin): FileFind-Setup-User-1.1.9.exe
  • 📁 Portable Archive: filefind-windows-portable-1.1.9.zip

Installation 🚀

Linux (DEB)

1. Download the package:

curl -LO https://github.com/NDXDeveloper/FileFind/releases/download/v1.1.9/filefind_1.1.9_amd64.deb

2. Install the package (choose one method):

Method A: Recommended (handles dependencies)

sudo apt install ./filefind_1.1.9_amd64.deb

Method B: Using dpkg

sudo dpkg -i filefind_1.1.9_amd64.deb
# If you have dependency errors, run this:
sudo apt-get install -f

Linux (Portable)

1. Download and extract:

curl -LO https://github.com/NDXDeveloper/FileFind/releases/download/v1.1.9/filefind-linux-portable-1.1.9.tar.gz
tar -xzf filefind-linux-portable-1.1.9.tar.gz

2. Run the application:

cd filefind-linux-portable
./run.sh

Windows

System Installer (Recommended for Admins):

  • Download and run FileFind-Setup-System-1.1.9.exe
  • Requires administrator privileges
  • Installs for all users in Program Files
  • Automatically adds to system PATH

User Installer (For Standard Users):

  • Download and run FileFind-Setup-User-1.1.9.exe
  • No administrator privileges required
  • Installs in user AppData folder
  • Adds to user PATH only

Portable:

  • Download and extract filefind-windows-portable-1.1.9.zip
  • No installation required

Features ✨

New in this release:

  • 🔧 Dual Windows installers - System (admin) and User (no admin) options
  • 🎯 Automatic PATH setup - FileFind available from command line
  • 🖥️ Desktop shortcut - Checked by default during installation
  • 🎨 Proper icons - Display correctly in Windows uninstall list
  • 📦 Enhanced packaging - Professional Linux .deb and Windows installers

Verification ✅

All files are signed with SHA256 checksums available in checksums.txt.

Technical Details 🛠️

  • Build System: Automated CI/CD with GitHub Actions
  • Compiler: Lazarus 4.0.0 with Free Pascal Compiler 3.2.2
  • Platforms: Linux x86_64, Windows x86/x64
  • Dependencies: Minimal system dependencies for maximum compatibility

Full Changelog: v1.1.8...v1.1.9

v1.1.7

14 Jul 19:31

Choose a tag to compare

FileFind 1.1.7

Advanced file search utility with comprehensive search options and cross-platform compatibility.

Downloads 📦

  • Linux Debian/Ubuntu Package: filefind_1.1.7_amd64.deb
  • Linux Portable Archive: filefind-linux-portable-1.1.7.tar.gz
  • Windows Installer: FileFind-Setup-1.1.7.exe
  • Windows Portable Archive: filefind-windows-portable-1.1.7.zip

Installation 🚀

Linux (DEB)

1. Download the package:

curl -LO https://github.com/NDXDeveloper/FileFind/releases/download/v1.1.7/filefind_1.1.7_amd64.deb

2. Install the package (choose one method):

Method A: Recommended (handles dependencies)

sudo apt install ./filefind_1.1.7_amd64.deb

Method B: Using dpkg

sudo dpkg -i filefind_1.1.7_amd64.deb
# If you have dependency errors, run this:
sudo apt-get install -f

Linux (Portable)

1. Download and extract:

curl -LO https://github.com/NDXDeveloper/FileFind/releases/download/v1.1.7/filefind-linux-portable-1.1.7.tar.gz
tar -xzf filefind-linux-portable-1.1.7.tar.gz

2. Run the application:

cd filefind-linux-portable
./run.sh

Windows

  • Installer: Download and run FileFind-Setup-1.1.7.exe
  • Portable: Download and extract filefind-windows-portable-1.1.7.zip

Verification ✅

All files are signed with SHA256 checksums available in checksums.txt.

What's New

  • Automated CI/CD pipeline for cross-platform builds
  • Professional packaging for Linux (.deb) and Windows (installer)
  • Portable archives for both platforms
  • Enhanced build process with Lazarus 4.0.0

Full Changelog: v1.1.6...v1.1.7

v1.1.6

14 Jul 19:18

Choose a tag to compare

FileFind 1.1.6

Advanced file search utility with comprehensive search options and cross-platform compatibility.

Downloads 📦

  • Linux Debian/Ubuntu Package: filefind_1.1.6_amd64.deb
  • Linux Portable Archive: filefind-linux-portable-1.1.6.tar.gz
  • Windows Installer: FileFind-Setup-1.1.6.exe
  • Windows Portable Archive: filefind-windows-portable-1.1.6.zip

Installation 🚀

Linux (DEB)

1. Download the package:

curl -LO https://github.com/NDXDeveloper/FileFind/releases/download/v1.1.6/filefind_1.1.6_amd64.deb

2. Install the package (choose one method):

Method A: Recommended (handles dependencies)

sudo apt install ./filefind_1.1.6_amd64.deb

Method B: Using dpkg

sudo dpkg -i filefind_1.1.6_amd64.deb
# If you have dependency errors, run this:
sudo apt-get install -f

Linux (Portable)

1. Download and extract:

curl -LO https://github.com/NDXDeveloper/FileFind/releases/download/v1.1.6/filefind-linux-portable-1.1.6.tar.gz
tar -xzf filefind-linux-portable-1.1.6.tar.gz

2. Run the application:

cd filefind-linux-portable
./run.sh

Windows

  • Installer: Download and run FileFind-Setup-1.1.6.exe
  • Portable: Download and extract filefind-windows-portable-1.1.6.zip

Verification ✅

All files are signed with SHA256 checksums available in checksums.txt.

What's New

  • Automated CI/CD pipeline for cross-platform builds
  • Professional packaging for Linux (.deb) and Windows (installer)
  • Portable archives for both platforms
  • Enhanced build process with Lazarus 4.0.0

Full Changelog: v1.1.5...v1.1.6

v1.1.4

14 Jul 19:03

Choose a tag to compare

FileFind 1.1.4

Advanced file search utility with comprehensive search options and cross-platform compatibility.

Downloads 📦

  • Linux Debian/Ubuntu Package: filefind_1.1.4_amd64.deb
  • Linux Portable Archive: filefind-linux-portable-1.1.4.tar.gz
  • Windows Installer: FileFind-Setup-1.1.4.exe
  • Windows Portable Archive: filefind-windows-portable-1.1.4.zip

Installation 🚀

Linux (DEB)

1. Download the package:

curl -LO [https://github.com/$](https://github.com/$){{ github.repository }}/releases/download/v1.1.4/filefind_1.1.4_amd64.deb

2. Install the package (choose one method):
Method A: Recommended (handles dependencies)

sudo apt install ./filefind_1.1.4_amd64.deb

Method B: Using dpkg

sudo dpkg -i filefind_1.1.4_amd64.deb
# If you have dependency errors, run this:
sudo apt-get install -f

Linux (Portable)

1. Download and extract:

curl -LO [https://github.com/$](https://github.com/$){{ github.repository }}/releases/download/v1.1.4/filefind-linux-portable-1.1.4.tar.gz
tar -xzf filefind-linux-portable-1.1.4.tar.gz

2. Run the application:

cd filefind-linux-portable
./run.sh

Windows

  • Installer: Download and run FileFind-Setup-1.1.4.exe.
  • Portable: Download and extract filefind-windows-portable-1.1.4.zip.

Verification ✅

All files are signed with SHA256 checksums available in checksums.txt.

v1.1.3

14 Jul 16:53

Choose a tag to compare

FileFind 1.1.3

Advanced file search utility with comprehensive search options and cross-platform compatibility.

Downloads

Linux:

  • 📦 filefind_*_amd64.deb - Debian/Ubuntu package
  • 📁 filefind-linux-portable-*.tar.gz - Portable archive

Windows:

  • 🔧 FileFind-Setup-*.exe - Windows installer
  • 📁 filefind-windows-portable-*.zip - Portable archive

Installation

Linux (DEB):

sudo dpkg -i filefind_*_amd64.deb
sudo apt-get install -f  # Fix dependencies if needed

Linux (Portable):

tar -xzf filefind-linux-portable-*.tar.gz
cd filefind-linux-portable
./run.sh

Windows:

  • Run the installer or extract the portable archive

Verification

All files are signed with SHA256 checksums available in checksums.txt.

For more information, see the Installation Guide.

Full Changelog: v1.1.2...v1.1.3

FileFind Linux & Windows x64 v1.0.0

24 Nov 19:01

Choose a tag to compare

FileFind v1.0.0 (Linux & Windows x64)

FileFind is an intuitive application for locating files on your system. This release includes:

  • Advanced file search capabilities.
  • Support for filtering by name, size, and attributes.
  • Optimized for Linux & Windows x64 systems.

Installation

Windows

Download the .exe file below and install it .

Linux

Download the .deb file below and install it using:

sudo dpkg -i filefind_amd64.deb
sudo apt-get install -f