File | Date | Author | Commit |
---|---|---|---|
api-key-encryption | 2025-01-30 |
![]() |
[9a24a4] Initial commit |
app | 2025-01-30 |
![]() |
[2f22a6] Updated version number |
screenshots | 2025-01-30 |
![]() |
[9a24a4] Initial commit |
.gitignore | 2025-01-30 |
![]() |
[9a24a4] Initial commit |
LICENSE | 2025-01-30 |
![]() |
[9a24a4] Initial commit |
README.md | 2025-01-30 |
![]() |
[2f22a6] Updated version number |
AI File Sorter is a powerful, cross-platform desktop application that automates file organization. Featuring AI integration and a user-friendly GTK-based interface, it categorizes and sorts files and folders based on their names and extensions. The app intelligently assigns categories and, optionally, subcategories, which you can review and edit before confirming. Once approved, the necessary folders are created, and your files are sorted accordingly.
g++
version (used in Makefile
) Note: you will need to get an OpenAI API key and add a minimal balance to it for this program to work. The instructions on how to integrate your API key into the app are given below.
pacman -Syu
.pacman -S mingw-w64-x86_64-toolchain
.pacman -S --needed mingw-w64-x86_64-gtk3 mingw-w64-x86_64-gdk-pixbuf2 mingw-w64-x86_64-glib2 mingw-w64-x86_64-curl mingw-w64-x86_64-jsoncpp mingw-w64-x86_64-sqlite3 mingw-w64-x86_64-openssl mingw-w64-x86_64-libx11 mingw-w64-x86_64-libxi mingw-w64-x86_64-libxfixes mingw-w64-x86_64-cairo mingw-w64-x86_64-atk mingw-w64-x86_64-epoxy mingw-w64-x86_64-harfbuzz mingw-w64-x86_64-fontconfig mingw-w64-x86_64-libpng mingw-w64-x86_64-libjpeg-turbo mingw-w64-x86_64-libffi mingw-w64-x86_64-pcre mingw-w64-x86_64-libnghttp2 mingw-w64-x86_64-libidn2 mingw-w64-x86_64-librtmp mingw-w64-x86_64-libssh mingw-w64-x86_64-libpsl mingw-w64-x86_64-krb5 mingw-w64-x86_64-openldap mingw-w64-x86_64-brotli mingw-w64-x86_64-libxcb mingw-w64-x86_64-libxrandr mingw-w64-x86_64-libxinerama mingw-w64-x86_64-xkbcommon mingw-w64-x86_64-wayland mingw-w64-x86_64-libthai mingw-w64-x86_64-freetype mingw-w64-x86_64-graphite2 mingw-w64-x86_64-gnutls mingw-w64-x86_64-p11-kit mingw-w64-x86_64-xz mingw-w64-x86_64-lz4 mingw-w64-x86_64-libgcrypt mingw-w64-x86_64-systemd mingw-w64-x86_64-fmt mingw-w64-x86_64-spdlog
Go to API Key, Obfuscation, and Encryption and complete all steps there before proceeding to step 6 here. The app won't work otherwise.
Go to app/resources
and run ./compile-resources.sh
. Go back to the app
directory.
Run make
, make install
and make clean
. The executable aifilesorter.exe
will be located in C:\Program Files\AIFileSorter
. You can add the directory to %PATH%
.
xcode-select --install
./bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
.~/.zshrc
file:export PATH="/opt/homebrew/opt/curl/bin:$PATH"
export PATH="/usr/bin:$PATH"
export PKG_CONFIG_PATH=/opt/homebrew/lib/pkgconfig:$PKG_CONFIG_PATH
export PKG_CONFIG_PATH=/opt/homebrew/share/pkgconfig:$PKG_CONFIG_PATH
export PKG_CONFIG_PATH=/opt/homebrew/opt/libffi/lib/pkgconfig:$PKG_CONFIG_PATH
export PKG_CONFIG_PATH=/opt/homebrew/opt/expat/lib/pkgconfig:$PKG_CONFIG_PATH
export LDFLAGS="-L/opt/homebrew/opt/libffi/lib"
export CPPFLAGS="-I/opt/homebrew/opt/libffi/include"
Then source ~/.zshrc
or source ~/.bashrc
.
brew install --cask font-0xproto
```
Go to API Key, Obfuscation, and Encryption and complete all steps there before proceeding to step 6 here. The app won't work otherwise.
Go to app/resources
and run ./compile-resources.sh
. Go back to the app
directory.
Run make
, sudo make install
, make clean
. Then you can launch the app with the command aifilesorter
.
sudo apt update && sudo apt install -y build-essential libgtk-3-dev libgdk-pixbuf2.0-dev libglib2.0-dev libcurl4-openssl-dev libjsoncpp-dev libsqlite3-dev libssl-dev libx11-dev libxi-dev libxfixes-dev libcairo2-dev libatk1.0-dev libepoxy-dev libharfbuzz-dev libfontconfig1-dev libfmt-dev libspdlog-dev libpng-dev libjpeg-dev libffi-dev libpcre3-dev libnghttp2-dev libidn2-0-dev librtmp-dev libssh-dev libpsl-dev libkrb5-dev libldap2-dev libbrotli-dev libxcb1-dev libxrandr-dev libxinerama-dev libxkbcommon-dev libwayland-dev libthai-dev libfreetype6-dev libgraphite2-dev libgnutls28-dev libp11-kit-dev liblzma-dev liblz4-dev libgcrypt20-dev libsystemd-dev
sudo dnf install -y gcc-c++ gtk3-devel gdk-pixbuf2-devel glib2-devel libcurl-devel jsoncpp-devel sqlite-devel openssl-devel libX11-devel libXi-devel libXfixes-devel cairo-devel atk-devel epoxy-devel harfbuzz-devel fontconfig-devel libpng-devel libjpeg-turbo-devel libffi-devel pcre-devel libnghttp2-devel libidn2-devel librtmp-devel libssh-devel libpsl-devel krb5-devel openldap-devel brotli-devel libxcb-devel libXrandr-devel libXinerama-devel xkbcommon-devel wayland-devel libthai-devel freetype-devel graphite2-devel gnutls-devel p11-kit-devel xz-devel lz4-devel libgcrypt-devel systemd-devel fmt-devel spdlog-devel
sudo pacman -Syu --needed gcc gtk3 gdk-pixbuf2 glib2 curl jsoncpp sqlite openssl libx11 libxi libxfixes cairo atk epoxy harfbuzz fontconfig libpng libjpeg-turbo libffi pcre libnghttp2 libidn2 librtmp0 libssh libpsl krb5 openldap brotli libxcb libxrandr libxinerama xkbcommon wayland libthai freetype2 graphite gnutls p11-kit xz lz4 libgcrypt systemd fmt spdlog
Go to API Key, Obfuscation, and Encryption and complete all steps there before proceeding to step 6 here. The app won't work otherwise.
Go to app/resources
and run ./compile-resources.sh
. Go back to the app
directory.
Run make
, sudo make install
, make clean
. Then you can launch the app with the command aifilesorter
.
Before compiling the app:
Get an OpenAI API key from the OpenAI website.
A minimal balance is required in your OpenAI API account for the app to function.
Generate a 32-byte random secret key, e.g., using this tool.
Navigate to the api-key-encryption
folder and edit the encryption.ini
as follows:
LLM_API_KEY=sk-...
SECRET_KEY=your-generated-32-byte-secret-key
Run the compile.sh
script in the same directory to generate the executable obfuscate_encrypt
.
Execute obfuscate_encrypt
to generate:
Encrypted data (hex)
Update the application files:
resources/.env
as shown:ENV_PC=obfuscated-key-part1-value
ENV_RR=encrypted-data-hex-value
CryptoManager.cpp
with Obfuscated Key part 2:cpp
std::string CryptoManager::embedded_pc = "obfuscated-key-part2-value";
In the directory app
, run sudo make uninstall
.
Follow the steps in How to Use, but modify step 2 as follows:
Z:
or X:
) to your network share (instructions here). sh
sudo mount -t cifs //192.168.1.100/shared_folder /mnt/nas -o username=myuser,password=mypass,uid=$(id -u),gid=$(id -g)
(Replace 192.168.1.100/shared_folder with your actual network location path and adjust options as needed.)
This project is licensed under the GNU AFFERO GENERAL PUBLIC LICENSE (GNU AGPL). See the LICENSE file for details.
Support the development of AI File Sorter and its future features. Every contribution counts!
USDT is also accepted in Ethereum and Tron chains.