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
09 Jun 26
Latest version
Primary Language
C++
Size
47,155 KB
Stars
37,386
Forks
8,142
Watchers
37,386
Language Usage
Star History
Top Contributors
-
@dacap (9448)
-
@martincapello (354)
-
@Gasparoken (282)
-
@ckaiser (89)
-
@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 (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
-
David Capello (21 Apr 26)
[thumbnailer] Fix StreamAdaptor impl'ing FileInterface::writeBytes() We've added a new dio::FileInterface::writeBytes() member function that must be implemented.
-
David Capello (21 Apr 26)
Merge branch 'main' into beta
-
Gaspar Capello (21 Apr 26)
Fix selection tool performance in tilemap layers in 'Tiles' mode Before this fix, large tiles (e.g. 128x128) caused a noticeable delay when releasing the mouse button during a selection action in tilemap mode 'Tiles'. The issue becomes more noticeable with larger tile sizes.
-
David Capello (21 Apr 26)
Fix "Incompatible File" dialog: better message + automatic word wrap This will help translations to avoid doing manual word wrap work in this message. With this patch we've also fixed some issue calculating the required size of the textbox.
-
David Capello (20 Apr 26)
Merge branch 'main' into beta
-
David Capello (06 Apr 26)
[.aseprite] Fix crash decoding invalid external file types
-
David Capello (05 Mar 26)
[.aseprite] Fix stack overflow decoding properties
-
David Capello (20 Apr 26)
Update laf module
-
sliva0 (07 Apr 26)
Fix #5736: underscore and strike-sthrough not shifted with layer's name
-
Gaspar Capello (10 Mar 26)
Add z-order tests
-
Gaspar Capello (05 Mar 26)
Fix hidden layers affect z-index (fix #5681)
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!