June 24 2026 APP 2.0.0-beta46 has been released !
Improved internal memory configuration (lower ! memory usage), fixed beta45 startup issue, fixed Set Save Directory & 2-panel mosaics.
May 27 2026 APP 2.0.0-beta45 has been released !
Fully Multi-Threaded LNC, many improvements for the registration engine, platform upgrade, and further tuning of internal memory consumption and memory release back to OS.
Apr 14 2026: Google Pay, Apple Pay & WeChat Pay added as payment options
Update on the 2.0.0 release & the full manual
We are getting close to the 2.0.0 stable release and the full manual. The manual will soon become available on the website and also in PDF format. Both versions will be identical and once released, will start to follow the APP release cycle and thus will stay up-to-date to the latest APP version.
Once 2.0.0 is released, the price for APP will increase. Owner's license holders will not need to pay an upgrade fee to use 2.0.0, neither do Renter's license holders.
Astro Pixel Processor 2.0.0-beta46 release notes
- Improved Internal Memory configuration and improved performance as a consequence.
The latest beta's all had changes relating to memory controls, that means how much memory APP can use, how much memory it will reserve for usage and how much memory will be released back to the Operating System while processing. We have done more testing and beta46 probably has the final optimized configuration going forward for the 2.0 stable release. Beta46 will use quite a bit less memory than beta 43,44,45. It will compact it's memory usage now using the Shenandoah garbage collector from the OpenJDK development platform. The compact mode ensures that while APP receives memory allocations, APP will immediately clean things up and release the memory if possible. So instead of APP using a big part (30-70 %) of the computer's memory, beta46 will show much less usage and as a consequence, it will show better performance. Using more memory can actually be a drag on performance it turns out. We see several % performance improvement because of this change in several benchmarks.
All the optimizations that were implemented in the last year or so, gives APP a big performance boost and the old way of the memory controls that was used until beta39 became problematic. The memory could not be cleaned up in time because of the performance improvements, causing memory defragmentations and stalling of performance on big datasets. With Beta 46 this should definitely be a thing of the past and performance should continuously be good even on very big datasets.
- FIXED Set Save Directory
2.0.0-Beta45 had a regression bug where setting the Save Directory did not work as expected. This has been fixed. It was reported here: https://www.astropixelprocessor.com/community/windows/problem-setting-save-directory-in-app-2-0-0-beta-45/#post-34703
- FIXED 2.0.0-beta45 startup issue
Beta45 would not start on a computer that has less than 8 cpu threads. This has been fixed.
- FIXED ArrayIndexOutOfBounds Exception in SumSignalInCropWorkerÂ
As reported here https://www.astropixelprocessor.com/community/appreleases/beta-44-crashes-when-trying-to-register-existing-stacks/#post-34587 APP would throw an error in the SumSignalInCropWorker module if you try to normalize a multi-channel image with a monochrome reference image. This bug is a regression from previous optimizations and rewriting the normalization engine. It has now been properly fixed and you can normalize multi-banded images with a monochrome reference and vice versa.
- FIXED 2-panel mosaic works now in mosiac mode
As reported here https://www.astropixelprocessor.com/community/main-forum/2-panel-mosaic-error/#post-34674 it you would try to register a 2-panel mosaic in the mosaic mode, it would error with an ArrayIndexOutOfBoundsException. The data could still be registered though in normal mode. The mosaic mode works now as well.