JishAtlas
- 2 Devlogs
- 12 Total hours
JishAtlas is a simple file organization tool that uses AI to help clean up messy folders
JishAtlas is a simple file organization tool that uses AI to help clean up messy folders
Since the first devlog, JishAtlas has grown from a basic AI prototype into a much more complete file organization tool.
llama.cpp.%LOCALAPPDATA%\JishAtlas\models\..env.Scan
↓
Project Detection
↓
Content Analysis
↓
Local AI / Gemini
↓
Organization Plan
↓
Validation
↓
Preview
↓
Apply
JishAtlas has now moved from a development project toward a public release.
Built and refined the official JishAtlas website with a professional product-focused design.
Added:
Packaged the PyInstaller build into an MSIX package using the Windows App Development CLI and Windows SDK tools.
The package includes:
The package was rebuilt after correcting the Microsoft Store package identity and publisher information.
Prepared JishAtlas for Microsoft Store distribution.
Completed:
The first public alpha is available as:
JishAtlas v0.1.0-alpha
The standalone Windows executable is distributed through the official GitHub release while the Microsoft Store submission is undergoing certification.
The next focus is completing the Microsoft Store release, improving the installation and update experience, gathering feedback from early users, and preparing future JishAtlas releases.
I started building JishAtlas with a simple goal: create a tool that can look at a messy folder and suggest a more logical way to organize it.
The first version focuses on getting the core pipeline working from end to end rather than trying to solve every edge case immediately.
The initial AI organization pipeline is now working with Google Gemini.
JishAtlas can provide Gemini with information about the files and existing folders in a directory and receive an organization plan containing suggested folders, moves, and filenames.
This establishes the basic foundation of JishAtlas:
Folder
↓
Scanner
↓
File information
↓
Gemini
↓
Organization plan