Aseprite
aseprite.orgAn animated sprite editor & pixel art tool for Windows, macOS and Linux.
- Homepage: aseprite.org
- GitHub: github.com/https://github.com/aseprite/aseprite
- Web info: web-check.xyz/check/aseprite.org
Aseprite Source Code
Author
Description
Animated sprite editor & pixel art tool (Windows, macOS, Linux)
Homepage
https://www.aseprite.orgLicense
Created
19 Aug 14
Last Updated
16 Jun 26
Latest version
Primary Language
C++
Size
47,392 KB
Stars
37,524
Forks
8,181
Watchers
37,524
Language Usage
Star History
Top Contributors
-
@dacap (9456)
-
@martincapello (354)
-
@Gasparoken (282)
-
@ckaiser (92)
-
@iamOgunyinka (45)
-
@lampysprites (26)
-
@rautesamtr (25)
-
@zed9h (25)
-
@Liebranca (20)
-
@winterheart (18)
-
@inxomnyaa (14)
-
@TakWolf (12)
-
@TheKK (9)
-
@Mailaender (8)
-
@dncampo (7)
-
@DocHoncho (7)
-
@flameblast12 (7)
-
@blackmiaool (6)
-
@JoshuaL03 (6)
-
@agateau (5)
-
@behreajj (5)
-
@ayuusweetfish (5)
-
@tony (5)
-
@janisozaur (5)
-
@requizm (4)
-
@mezz (4)
-
@yuxshao (3)
-
@ryandesign (3)
-
@puddiCria (3)
-
@doctor009099099 (3)
-
@jakubmanczak (3)
-
@stonkol (3)
-
@Flaconia (3)
-
@Cerallin (3)
-
@lufog (3)
-
@66six11 (3)
-
@MorganDavid (2)
-
@Murilovsky (2)
-
@NathanBnm (2)
-
@ruerob (2)
-
@SRC-Cat (2)
-
@TehThanos (2)
-
@bjorn (2)
-
@lightovernight (2)
-
@msisinni (2)
-
@S4HRKBOY (2)
-
@symegac (2)
-
@fabioarnold (2)
-
@Akylzhan (2)
-
@Fojar (2)
-
@cs-altshift (2)
-
@The-Vector (2)
-
@CinisSec (2)
-
@belchiorg (2)
-
@randomaction (2)
-
@manuq (2)
-
@luke-henry-04 (2)
-
@grauw (2)
-
@whitingjp (2)
-
@jjconti (2)
-
@klw0 (2)
-
@thkwznk (2)
-
@anGie44 (1)
-
@adityarana14 (1)
-
@mochaaP (1)
-
@gitter-badger (1)
-
@SupSuper (1)
-
@m13253 (1)
-
@siddhantmadhur (1)
-
@SagePtr (1)
-
@RowanFuture (1)
-
@Fussmatte (1)
-
@drpaneas (1)
-
@Omar-Abdul-Azeez (1)
-
@npinochet (1)
-
@Darth712 (1)
-
@nelson-steve (1)
-
@Necronomison (1)
-
@natebot13 (1)
-
@og-mrk (1)
-
@3vorp (1)
-
@pdom0327 (1)
-
@wonhyukc (1)
-
@Cetaceaqua (1)
-
@zegof (1)
-
@xcession (1)
-
@sumibi-yakitori (1)
-
@sliva0 (1)
-
@CDNRae (1)
-
@ripesunflower (1)
-
@opfez (1)
-
@mooviies (1)
-
@justanobdy (1)
-
@jestarray (1)
-
@hwabis (1)
-
@hasufell (1)
-
@emmachase (1)
-
@Caisenn (1)
-
@cybardev (1)
-
@cebolan (1)
Recent Commits
-
David Capello (15 Jun 26)
[recovery] Fix cel position when making backup while we're painting Similar to #3916 but for data recovery instead of scripts.
-
Christian Kaiser (13 Jun 26)
Allow MoveMask quantity to be 0 (fix #5843)
-
Christian Kaiser (13 Jun 26)
Fix crash when undoing transactions involving MovingPixels
-
Christian Kaiser (13 Jun 26)
Ensure the console is always parented to the main window (fix #5872)
-
David Capello (12 Jun 26)
[ui] Avoid platform-specific details using DEBUG_PAINT_MESSAGES We now re-enqueue PaintMessages to paint each widget for a second time after a blue rectangle is painted in the first paint message.
-
David Capello (12 Jun 26)
[ui] Add Manager::removeQueuedMessageIf() to remove duplicated code
-
David Capello (12 Jun 26)
Reset tilemap.show_delete_unused_tileset_alert on "Reset all alerts"
-
David Capello (12 Jun 26)
Remove unused REPORT_SIGNALS macro from src/ui/widget.cpp
-
David Capello (11 Jun 26)
Add the default extension if the native FileDialog didn't add one
-
David Capello (11 Jun 26)
Fix crash using an invalid file format extension in File > Save (fix #5865) Regression introduced in d91c65b9ad419cad398a3c534249dd7a849c908d
-
David Capello (10 Jun 26)
Implement "power of two sheet size" UI (#2289, #5529)
-
David Capello (05 Jun 26)
Update laf module
-
David Capello (04 Jun 26)
Update observable module to fix a bug connecting new slots inside the same signal
-
David Capello (04 Jun 26)
Fix crash hiding a layer when we are moving pixels (fix #5781)
-
Christian Kaiser (03 Jun 26)
Fix crash when searching in Preferences dialog (fix ASEPRITE-4D5)
-
David Capello (02 Jun 26)
[clang-tidy] Remove clang-analyzer-optin.core.EnumCastOutOfRange check As we use enums as flags we avoid a lot of "out of range" warnings removing this check. https://clang.llvm.org/extra/clang-tidy/checks/clang-analyzer/optin.core.EnumCastOutOfRange.html https://clang.llvm.org/docs/analyzer/checkers.html#optin-core-enumcastoutofrange
-
David Capello (29 May 26)
Update laf module
-
David Capello (29 May 26)
Don't save aseprite.ini when running in batch mode (fix #5733)
-
David Capello (29 May 26)
Update laf module
-
Gaspar Capello (21 May 26)
Fix ⌘ key is held down using ⌘O to open native file dialog (fix #4817) Reset all held keys in the internal key press array after closing the native dialog box.
-
David Capello (07 May 26)
Fix memory leaks deleting FileItem thumbnails at app exit
-
David Capello (05 May 26)
Update AUTHORS file
-
David Capello (30 Apr 26)
Replace pre-commit with prek
-
David Capello (04 May 26)
Merge branch 'beta'
-
Evorp (30 Apr 26)
[theme] Fix poor text legibility on home screen in dark mode (#5764)
-
Christian Kaiser (29 Apr 26)
Use format auto-detection only on built-in formats (fix #5772)
-
David Capello (28 Apr 26)
Merge branch 'main' into beta
-
Gaspar Capello (28 Apr 26)
Fix zoom level 20% distorts layers (fix #5774)
-
Gaspar Capello (24 Apr 26)
Fix cannot select one tile in a tilemap layer in tiles mode (fix #5769)
-
David Capello (28 Apr 26)
Fix crash using "Undo Limit" option when an UndoState must be deleted The "Undo Limit" will delete every UndoState at the beginning of the "Undo History" that exceeds the limit. It deletes all cmds from the beginning, deleting any suspended object in those cmds. We don't need to decreate CelData references from the Cel destructor, those references must be controlled before destruction. Possible fix for bugs related to #5767
Aseprite Security
Aseprite Website
Website
Aseprite - Animated sprite editor & pixel art tool
Animated sprite editor & pixel art tool
Redirects
Does not redirect
Security Checks
All 65 security checks passed
Server Details
- IP Address 35.192.161.79
- Hostname 79.161.192.35.bc.googleusercontent.com
- Location Council Bluffs, Iowa, United States of America, NA
- ISP Google LLC
- ASN AS396982
Associated Countries
-
US
Safety Score
Website marked as safe
100%
Blacklist Check
www.aseprite.org was found on 0 blacklists
- AntiSocial Blacklist
- Artists Against 419
- Badbitcoin
- Bambenek Consulting
- CERT Polska
- CoinBlockerLists
- CRDF
- CryptoScamDB
- EtherAddressLookup
- EtherScamDB
- Fake Website Buster
- MetaMask EthPhishing
- NABP Not Recommended Sites
- OpenPhish
- PetScams
- PhishFeed
- PhishFort
- Phishing.Database
- PhishStats
- PhishTank
- Phishunt
- RPiList Not Serious
- Scam.Directory
- SecureReload Phishing List
- Spam404
- StopGunScams
- Suspicious Hosting IP
- ThreatFox
- ThreatLog
- TweetFeed
- URLhaus
- ViriBack C2 Tracker
Website Preview
Aseprite Reviews
More Animation
⚠️ This section is still a work in progress ⚠️
Check back soon, or help us complete it by submiting a pull request on
GitHub.
Or submit an entry here
About the Data: Aseprite
Change History
- Added
API
You can access Aseprite's data programmatically via our API. Simply make a GET request to:
https://api.awesome-privacy.xyz/v1/services/aseprite The REST API is free, no-auth and CORS-enabled. To learn more, view the API Docs or read the API Usage Guide.
Share Aseprite
Help your friends compare Animation, and pick
privacy-respecting software and services.
Share Aseprite and Awesome Privacy with your network!