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
12 Jul 26
Latest version
Primary Language
C++
Size
47,620 KB
Stars
37,960
Forks
8,347
Watchers
37,960
Language Usage
Star History
Top Contributors
-
@dacap (9458)
-
@martincapello (354)
-
@Gasparoken (283)
-
@ckaiser (96)
-
@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
-
Gaspar Capello (26 Jun 26)
Fix crash upon deleting pasted selection (fix #5894) When PixelsMovement owns the transaction (m_owner=true), the tx commit originates from itself (e.g. discardImage/dropImage), so calling dropMovingPixels() would trigger a second tx commit on the same Transaction, destroying the PixelsMovement while its methods are still on the call stack. When PixelsMovement borrows an external transaction (m_owner=false, e.g. from a script's app.transaction), the tx commit comes from outside, so we must drop the moving pixels before it proceeds to keep the undo history consistent.
-
Christian Kaiser (02 Jul 26)
Copy UserData when copying WithUserData objects
-
Christian Kaiser (02 Jul 26)
Fix RunCommand matching regression
-
David Capello (30 Jun 26)
Add unzip as dependency to use build.sh script (fix #5880)
-
David Capello (24 Jun 26)
[ci] Update actions to avoid warning about Node.js 20 deprecation
-
Christian Kaiser (15 Jun 26)
Translate most transaction names, minor translation fixes
-
Christian Kaiser (13 Jun 26)
Make Command tooltips consistent when inside transactions (fix #5862)
-
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
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!