ultraMage is a powerful dual-window file manager for Windows with many useful features like bookmarks, advanced file operations and folder synchronisation. It is still very easy to use, because the user interface is similar to that of Windows Explorer.
Categories
File ManagersLicense
GNU General Public License version 2.0 (GPLv2)Follow ultraMaGE
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
-
Thank you very much for the free open source program!
-
I found a bug. line 12130 of FileList.cpp: while(fullpath[i] != '\\' && i < fullpath.length()) should be modifed: while(i < fullpath.length() && fullpath[i] != '\\') because there may be a debug assertion failed ,"string subscript out of range" .