An asset management tool for designers and artists, free and open-source forever.
Build for creativity, not for profit.
Warning
This application is still at beta stage. Think twice before storing anything important.
Backward compatibility is only available for the previous version.
This project may rename or change logo in the near future.
- Quick ref, open an asset in a separate window which is always on top of other windows.
- Tagging assets, quick ref them at once.
- Support for 3d models. Previewing it and taking screenshots.
- Recycle bin for removed assets, rather than delete them permanently from file system.
- Import assets from local drive or from web urls.
- Raster Graphics
- apng
- png
- avif
- gif
- jpg
- jpeg
- jfif
- pjpeg
- pjp
- webp
- bmp
- ico
- cur
- tif
- tiff
- Vector Graphics
- svg
- Models
- glb
If you are interested in contributing to the localization of this app, you can go to public/locales
.
if (the language you are contributing to are not found) {
- Create a folder named the language, for example
jp
. - Create a file named
translation.json
in that folder, and type a pair of curly braces intranslation.json
.
}
- Go to
tools/localization_sync.py
and run it. - Go back to
translation.json
and start translation.
- Install Rust toolchain.
- Install Deno.
- Clone this repository.
- Open this repo in terminal.
- Run
deno install
- Run
deno task tauri dev
ordeno task tauri build
if you want to get an executable application.