Monday, June 1, 2026

KStars 3.8.3 Released

KStars v3.8.3 is released on 2026.06.01 for Windows, Linux, and MacOS.

For Linux users, it's highly recommended to use the official KStars Flatpak hosted at Flathub.

This release brings major improvements to the Mount Modeler with artificial horizon filtering and uniform point distribution, significant connection speed optimizations, better guide streaming integration, and enhanced rotator handling. We've also fixed several scheduler and stability issues reported by the community. Here are the highlights:

Alignment & Mount Modeler

  • Christian Kemper added Artificial Horizon filtering to the Mount Modeler wizard, allowing generated alignment points below the active horizon to be automatically filtered out. Candidate coordinate points (both generated AltAz coordinates and snapped catalog objects) are now checked and rejected if they fall into active artificial horizon regions.
  • New Uniform Distribution mode generates points spread evenly across the visible sky using a Halton sequence, sampling in AltAz space to guarantee every point is above the configured minimum altitude. Points whose declination exceeds +/-80 degrees after conversion are rejected. The Any Stars, Named Stars, and Any Object modes now adopt this distribution internally and snap each generated position to the nearest qualifying object.
  • Auto-sorted wizard output: points added by the wizard are automatically sorted in nearest-neighbour slew order, minimizing total slew distance. Users no longer need to click Sort after running the wizard. Clicking Sort during a run reorders only the remaining unvisited points, leaving completed rows undisturbed.
  • The wizard now automatically configures the solver for each alignment point. Blind solves are used by default because no pointing model exists yet at the start of a run, so the mount's reported position may be significantly off. The GOTO mode is forced to Sync so the mount is updated after each successful solve. The original settings are saved and restored when the run finishes, is aborted, or is reset.
  • Refactored point generation logic to eliminate duplicated generation and conversion math in the test suite, improving generator efficiency using a stateful sequence
  • Toni Schriber fixed activation of the rotator button in the align module
  • Fixed effective focal length calculation to use radians in the DSLR branch

Guide

  • Thanks to Andreas Ruthner, guide streaming now correctly handles video stream window interaction. The video window no longer pops up when guide streaming starts, displays frames correctly when opened from the Capture module after a guide session, and now renders 16-bit mono stream frames (previously only 8-bit mono and RGB were handled).
  • Andreas also fixed frame, binning, gain and exposure sync for streaming mode. When starting guide streaming, the module now applies the same frame settings that captureOneFrame() applies for single-frame captures. Previously, streaming mode skipped this setup entirely, causing stale values from other modules to remain active in the driver.
  • Frame ROI and binning now sync on stream start, live gain updates apply immediately when the user changes the spinner during active streaming, and binning/exposure changes automatically stop and restart the stream
  • Added 0.001-0.01s exposure values to the guide exposure spinner for fast streaming and daytime testing

Rotator

  • Fixed several issues with Reversed rotator state not taken into account in various rotator operations
  • Rotation now aborts if the Position Angle error keeps increasing due perhaps to reversed rotator behavior

Ekos Profiles & Connection

  • Significantly cut down time to connect to INDI web manager by skipping DNS resolution if we already have an IP address specified for the remote host
  • Fixed rare crash due to dangling clientManager pointer with test to verify the fix

Capture & Livestacking

  • Use OpenCV debayering by default. Enforce even ROI selection to ensure bayer boundaries are respected.
  • Always sync from INDI to overwrite shadow states in the Camera process
  • Account for STREAM_FULL_DEPTH when streaming
  • John Evans added support for Live Stacker Alt/AZ data via Seestar S30 Pro. It should support other telescopes in Alt/AZ mode.
  • John added a gradient removal option to post processing in Live Stacker.

FITS Viewer & File Handling

  • Use standard gzip compress instead of Qt own compression algorithm
  • Support loading .fits.gz and .xisf.gz in the viewer

Scheduler & Observatory Automation

  • Fixed scheduler freezes when loading ESL referencing many ESQ files (patch by Tomas). BUGS:519294
  • Autopark should work over multiple nights now
  • If observatory is not started, skip shutdown procedure
  • Fixed issue where post-shutdown script run in infinite loop
  • Fixed scheduler and capture scripts not running inside flatpak

Optical Trains & DBus API

  • Added DBus call to set and get Pictures directory
  • Fixed warning of missing devices when we already selected alternative devices in the optical train

Build & Infrastructure

  • Use KSUtil to consolidate all calls to external executable so they can run correctly within a flatpak as well
  • Within flatpak, run the external scripts on the host system since it may require libraries that are only available on the host system
  • Christian Kemper fixed macOS iconutil failure by adding 256px and 512px icon sizes rendered from the existing SVG source, which are required by iconutil on macOS 15 (Sequoia)
  • Wolfgang Reissenberger updated the Dockerfile to be based on installation scripts for all steps: INDI, StellarSolver, PHD2, GSC, openCV. All scripts are built uniformly such that existing packages or installations are preferred. If the package is missing, first installing the appropriate package is tried. If this fails, the package is built from sources

Stability & Bug Fixes

  • Fixed crash reported in crash-reports.kde.org regarding invalid base device or message text. The check for message text now occurs earlier in the process to protect against this crash.
  • Milhan Kim fixed test deadlock by replacing QTest::mouseClick with animateClick(), which posts the click through the event loop and prevents tests from hanging indefinitely on QDialog::exec() loops
  • Fixed an issue where frequent temperature updates can cause the dark cover check to run indefinitely
  • Hy Murveit fixed green lines display issue
  • Fixed solution assignment
  • Fixed crash and distorted artifacts in video streaming
  • Replaced all abs and fabs with std::abs for consistency
  • Modernized signals and slots

Many thanks to Christian Kemper, Andreas Ruthner, Toni Schriber, Hy Murveit, John Evans, Milhan Kim, Wolfgang Reissenberger, Tomas, and all others who contributed fixes and improvements to this release! Your work makes KStars better for everyone.

Download KStars v3.8.3 today and enjoy improved mount modeling, faster connections, and more reliable guiding!

Wednesday, April 8, 2026

KStars 3.8.2 Released

KStars v3.8.2 is released on 2026.04.08 for Windows, Linux, and MacOS.

For Linux users, it's highly recommended to use the official KStars Flatpak hosted at Flathub.

This release brings reliability improvements across the scheduler, live stacking, polar alignment, along with new features like passive camera warming, a startup queue failure popup, and preliminary automatic polar alignment correction. Here are some highlights:

 Scheduler & Observatory Automation

  • Fixed Ekos not shutting down after preemptive shutdown; task executor no longer stalls when a park command is issued
  • New startup queue failure popup with state reset for clean retries
  • Scheduler restart from error state now always resets startup to IDLE
  • Fixed crashes caused by improper use of QSharedPointer; simulator-based regression tests expanded
  • Added ability to wait indefinitely for weather to improve
  • Profiles now synced from INDI Web Manager on startup; deleting a profile in KStars removes it from the manager
  • Fixed checkINDIState returning incorrect value when transitioning to STARTUP_POST_DEVICES
  • Added Optical Trains DBus interface for scripted access to train configuration

Polar Alignment

  • Preliminary support for Automatic Polar Alignment Correction via the INDI Polar Alignment Corrector interface. INDI Polar Alignment Drivers include Avalon UPAS (not tested) and MLAstro Robotic Polar Alignment (not released yet)
  • Fixed overwrap calculation error producing erroneous correction vectors
  • Multisetup PA sync workaround contributed by Philip Mair

Live Stacking

  • Added mutex locking on LiveStack image buffer updates to prevent SEGVs under concurrent load (John Evans)
  • Livestacker settings are now retained between sessions; parameters synced programmatically to UI
  • Fixed saved .xisf stacks to store pixel values in the correct 0→1.0 range
  • Stacker now restarts automatically when the filter or imaging target changes

Capture & Focus

  • Added passive camera warming for graceful end-of-session cooldown
  • Fixed critical bug where autofocus triggered by a filter change could leave sequences stuck indefinitely
  • Fixed sequence filter not being restored after a meridian flip when autofocus is not required (Pavan Kumar S G)
  • Fixed dithering getting stuck in streaming mode
  • Fixed crashes when closing compressed FITS files and failure to open compressed FITS images (Umangjeet Singh Pahwa)

Guiding

  • Initial work to support streaming mode in the guide module, enabling video-capable cameras for guiding. This is especially useful for harmonic mounts where you can guide at higher frequency (2-4 Hz)

Other Fixes

  • Added dome slit overlay to the sky map view (Ed Lee)
  • Various dust cap and light box device handling improvements
  • Fixed INDI Web Manager port detection on macOS and Windows
  • Suppressed spurious empty disconnect messages on clean disconnects
  • Mount unpark no longer passes a hardcoded "Mount" string; INDI resolves the device by interface type

Monday, February 2, 2026

KStars 3.8.1 is Released

KStars v3.8.1 is released on 2026.02.092 for Windows, Linux, and MacOS.

For Linux users, it's highly recommended to use the official KStars Flatpak hosted at Flathub. You can install the stable flatpak or try out new features by downloading the KStars Nightly Flatpak for x86_64 and arm64 architectures.

This is mostly a bugfix release with nice improvements in debayering algorithms thanks to John Evan's work on this using OpenCV. Here are some highlights:

 Scheduler & Observatory Automation

  • Enhanced weather-based scheduling with proper abort/resume during soft shutdown
  • Improved preemptive shutdown with wakeup timers and better state management
  • Safety monitor now continues monitoring even after complete shutdown
  • Fixed jobs incorrectly marked as aborted when completed

Live Stacking Improvements

  • Added debayering support for multiple cameras including Touptek
  • Implemented hot/cold pixel removal
  • Added XISF file format support with debayering
  • General bayer processing refactoring



Meridian Flip & Alignment

  • Fixed capture operation timeouts during meridian flips
  • Added extensive logging for post-flip actions
  • Improved rotator timeout handling - now aborts alignment instead of waiting indefinitely

Reliability & Error Handling

  • More resilient INDI web manager connectivity checks with graceful failures
  • Fixed ADU-based flat frame signature matching
  • Improved filter offset handling for multi-camera setups
  • Better dark frame diagnostic logging

Other Fixes

  • Fixed comet position calculations for hyperbolic orbits (e.g., 3I/ATLAS)
  • Improved artificial horizon importer to handle spaces in files
  • Enhanced HIPS survey filtering and sorting with partial sky survey support. Support for many more catalogs like NSNS