Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

96,425

Downloads of v 25.1.0:

791

Last Update:

25 Mar 2025

Package Maintainer(s):

Software Author(s):

  • Stellarium Developers

Tags:

stellarium admin planetarium sky stars constellations

Stellarium

  • 1
  • 2
  • 3

25.1.0 | Updated: 25 Mar 2025

Downloads:

96,425

Downloads of v 25.1.0:

791

Maintainer(s):

Software Author(s):

  • Stellarium Developers

Stellarium 25.1.0

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Stellarium Developers. The inclusion of Stellarium Developers trademark(s), if any, upon this webpage is solely to identify Stellarium Developers goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

This Package Contains an Exempted Check

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Exemption:

Not compatible with Server 2012

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Stellarium, run the following command from the command line or from PowerShell:

>

To upgrade Stellarium, run the following command from the command line or from PowerShell:

>

To uninstall Stellarium, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade stellarium -y --source="'INTERNAL REPO URL'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade stellarium -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install stellarium
  win_chocolatey:
    name: stellarium
    version: '25.1.0'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'stellarium' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '25.1.0'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller stellarium
{
    Name     = "stellarium"
    Version  = "25.1.0"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'stellarium':
  ensure   => '25.1.0',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

NOTE

Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...

Package Approved

This package was approved as a trusted package on 25 Mar 2025.

Description

Stellarium is a free open source planetarium for your computer. It shows a realistic sky in 3D, just like what you see with the naked eye, binoculars or a telescope. It is being used in planetarium projectors. Just set your coordinates and go.


tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop'

# *** Automatically filled ***
$packageArgs = @{
    packageName    = 'stellarium'
    softwareName   = 'Stellarium *'
    fileType       = 'exe'
    # url            = ''
    url64bit       = 'https://github.com/Stellarium/stellarium/releases/download/v25.1/stellarium-25.1-qt6-win64.exe'
    silentArgs     = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
    # checksum       = ''
    # checksumType   = ''
    checksum64     = '04cbbeccedee44b561521a12466dde630d636f9d5da04f7acd4028dd80f8dd84'
    checksumType64 = 'sha256'
    validExitCodes = @(0)
}
# *** Automatically filled ***

Install-ChocolateyPackage @packageArgs

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
Stellarium 24.4.0 2871 Monday, December 23, 2024 Approved
Stellarium 24.3.0 3078 Monday, September 23, 2024 Approved
Stellarium 24.2.0 2455 Monday, June 24, 2024 Approved
Stellarium 24.1.0 3057 Tuesday, March 26, 2024 Approved
Stellarium 23.4.0 3441 Sunday, December 24, 2023 Approved
Stellarium 23.3.0 2600 Tuesday, September 26, 2023 Approved
Stellarium 23.2.0 2415 Monday, July 3, 2023 Approved
Stellarium 23.1 3337 Tuesday, March 28, 2023 Approved
Stellarium 1.2 3279 Monday, December 26, 2022 Approved
Stellarium 1.1 2458 Thursday, November 3, 2022 Approved
Stellarium 1.0 1763 Sunday, October 2, 2022 Approved
Stellarium 0.22.2 2295 Thursday, July 7, 2022 Approved
Stellarium 0.22.1 3022 Saturday, April 16, 2022 Approved
Stellarium 0.22.0 1426 Sunday, March 27, 2022 Approved
Stellarium 0.21.3 3585 Saturday, December 25, 2021 Approved
Stellarium 0.21.2 4045 Tuesday, September 28, 2021 Approved
Stellarium 0.21.1 4285 Thursday, June 24, 2021 Approved
Stellarium 0.21.0 4566 Sunday, March 28, 2021 Approved
Stellarium 0.20.4 2555 Monday, December 28, 2020 Approved
Stellarium 0.20.3 2223 Sunday, September 27, 2020 Approved
Stellarium 0.20.2 2045 Tuesday, June 23, 2020 Approved
Stellarium 0.20.1 1501 Tuesday, April 21, 2020 Approved
Stellarium 0.20.0.20200403 951 Friday, April 3, 2020 Approved
Stellarium 0.20.0 712 Sunday, March 29, 2020 Approved
Stellarium 0.19.3.1 1532 Tuesday, December 31, 2019 Approved
Stellarium 0.19.2 1641 Sunday, September 29, 2019 Approved
Stellarium 0.19.1.20190623 1531 Sunday, June 23, 2019 Approved
Stellarium 0.19.1 379 Saturday, June 22, 2019 Approved
Stellarium 0.19.0.1 1309 Sunday, April 7, 2019 Approved
Stellarium 0.19.0 3620 Sunday, March 24, 2019 Approved
Stellarium 0.18.3 1532 Saturday, December 22, 2018 Approved
Stellarium 0.18.2 3793 Wednesday, August 15, 2018 Approved
Stellarium 0.18.1 754 Sunday, July 1, 2018 Approved
Stellarium 0.18.0 1694 Sunday, March 25, 2018 Approved
Stellarium 0.17.0 1388 Thursday, December 21, 2017 Approved
Stellarium 0.16.1 1385 Friday, September 29, 2017 Approved
Stellarium 0.16.0 1140 Wednesday, June 21, 2017 Approved
Stellarium 0.15.2 836 Tuesday, March 21, 2017 Approved
Stellarium 0.15.1 879 Tuesday, December 27, 2016 Approved
Stellarium 0.15.0 989 Sunday, July 31, 2016 Approved
Stellarium 0.14.3.20160327 536 Sunday, March 27, 2016 Approved
Stellarium 0.14.3.20160326 516 Saturday, March 26, 2016 Approved
Stellarium 0.14.3 539 Sunday, March 20, 2016 Approved
Stellarium 0.14.2 606 Friday, January 8, 2016 Approved
Stellarium 0.14.0 654 Saturday, October 24, 2015 Approved
Stellarium 0.13.3 784 Sunday, April 26, 2015 Approved
Stellarium 0.13.2 582 Monday, February 2, 2015 Approved
Stellarium 0.13.0 815 Saturday, August 9, 2014 Approved
Stellarium 0.12.4 630 Saturday, November 9, 2013 Approved
Stellarium 0.12.2 520 Saturday, August 17, 2013 Approved
Stellarium 0.12.1 548 Saturday, June 29, 2013 Approved

Releases

The installers are located in the "Assets" section at the end of these release notes!

Github Release

Release notes

Glad to announce the release of Stellarium 25.1 for all platforms. This is our first release in 2025 with exciting features and many bug fixes.

The major changes of this version:

  • Switching to using Gaia DR3 catalog (extra catalogues with more than 220 milliones stars)
  • Full 6D astrometry (2D sky positions, 2D proper motion, parallax, radial velocity) compute for most bright stars (V<10.5)
  • Modelling movement for 15 couples of binary stars
  • New powerful data format for sky cultures
  • Many improvements in Core
  • Improvements in Telescope Control plugin
  • Updates in sky cultures (include new one)
  • Incorporated whole GCVS 5.1 catalog
  • New tool in AstroCalc dialog

Thanks to all the developers, testers, and users who made this release possible with your contributions and feedback.

What's Changed

Full list of changes:

  • Added new star catalogs with Gaia DR3 (GH: #3992)
  • Added ability to set the fading duration for elements of constellations (GH: #4083)
  • Added ability to set the fading duration for elements of asterisms (GH: #4188)
  • Added AstroCalc/Almanac tool (GH: #4175)
  • Added support for normal and horizon maps in planetary HiPS
  • Added a warning dialog if ASCOM version is outdated but telescope preconfigured
  • Added constellation boundaries for Babylonian (Seleucid) SC
  • Added short designations for some double stars for easy finding them
  • Added Castor to binary orbital parameters data
  • Added $\zeta$ Her and $\eta$ Oph to binary star orbital data to deal with their stationary companion due to lack of
  • Added $\gamma$ Virginis A and B to binary orbital parameters data
  • Added and updated many nebula textures (GH: #4162)
  • Added support output of native names of constellations
  • Added context for Japanese sky culture (GH: #3966)
  • Added context for constellation names in Modern and Modern (IAU) sky cultures
  • Added message context to chinese star "Added"
  • Added support for extraction of Chinese star names with "Added"
  • Added ability to see the pronounce for native names of constellations
  • Added reference for 14 proper names of stars
  • Added support Venetian language
  • Added ability to copy HTML version of the selection info
  • Added ability to keep "latest selected object" in AstroCalc/Phenomena tool (GH: #4127)
  • Added filter of showing named DSO only (GH: #4125)
  • Added ability to use absolute path to the logfile (GH: #4027)
  • Added ability to re-select last selected object (GH: #4113)
  • Added a scripting function for RTS with given altitude
  • Added parallax effect (exaggerate parallax) to stars (GH: #4023)
  • Added support for Gaia ID in other functionalities (GH: #4064)
  • Added info for newly discovered comets
  • Added a filter by eclipse type in AstroCalc tool (GH: #4054)
  • Added Export Map button for local solar eclipses too
  • Added SH2-245 as Eridanus Loop (GH: #4046)
  • Added new Chinese sky culture (GH: #4234)
  • Added pronounce and IPA tags in Siberian SC (GH: #4237)
  • Added missing Jupiter in Lokono sky culture
  • Added 0.5 arcmin padding to bounding cap because Saemundsson's inversion formula is not exact to fix clipping issue at small FOV (GH: #4231)
  • Fixed computation of HiPS draw order for planetary surveys
  • Fixed make sure that HiPS mesh is convex
  • Fixed change of HiPS tile detalization with zoom level
  • Fixed searching pot entry with msgctxt
  • Fixed string comparison for equality (GH: #4163)
  • Fixed translability a short name of dataset for DSO textures (GH: #4191)
  • Fixed 61 Cygni binary orbital parameter epoch (should be J2016 not J2000)
  • Fixed truncated StarId
  • Fixed ignored constellation star ids passed as strings
  • Fixed application of the aberration effect to the ephemeris markers (GH: #3867)
  • Fixed sky cultures naming for 61 Cyg A
  • Fixed orbit color manipulation (GH: #4213)
  • Fixed endless loop in Calendars plugin (GH: #4206)
  • Fixed reading star id from "HIP/Gaia DR3 XXX" names
  • Fixed epoch for boundaries in Chinese (Medieval) sky culture
  • Fixed designation of double star (GH: #4150)
  • Fixed region entries for modern skycultures
  • Fixed compilation on Windows
  • Fixed splash screen text positioning on Qt5
  • Fixed computation of next maximum/minimum light for variable stars
  • Fixed mismatch between values of Apparent Diameter and Angular Size in AstroCalc/Graphs tool (GH: #3981)
  • Fixed modifiers info for slew commands at Macs (GH: #4116)
  • Fixed hiccups every few seconds (GH: #4112)
  • Fixed positioning of the cardinals
  • Fixed Qt/OS screen font scaling by fractional factors
  • Fixed HIP 101769 and HIP 25606 are incorrectly matched to the wrong Gaia ID
  • Fixed fractional OS scaling support in Wayland
  • Fixed search faint stars by their id (cross-id)
  • Fixed tab order in Config dialog
  • Fixed comments for translators for UI elements
  • Fixed typos in Modern (IAU) sky culture (GH: #4050)
  • Fixed density of star name labels (GH: #4029)
  • Fixed oversized angle buttons in Oculars plugin
  • Fixed missing include for some linux distros (INDI)
  • Fixed include correct INDI headers (GH: #4025, #4019)
  • Fixed rendering telescopic asterisms (GH: #3315)
  • Fixed orbit rendering: densely sampling orbit of parent planet if on its moon (GH: #4013, #83)
  • Fixed wrong data for stars (GH: #1659, #1724, #364, #374, #369, #363)
  • Fixed false stars (GH: #18, #2786, #777, #399, #677, #1032, #398, #1192, #1189)
  • Fixed missing stars (GH: #362, #1016)
  • Fixed stellar proper motion (GH: #85, #221, #348, #1541, #1061, #3108)
  • Fixed star selection when big zoom mouse (GH: #3136)
  • Fixed checksum for one new star catalog
  • Fixed constellation line mismatch (GH: #4240)
  • Fixed reload skycultures (GH: #4239)
  • Fixed crash in Observing Lists: Map index from proxy model back to the source (GH: #4241)
  • Fixed telescopic asterisms (GH: #4238)
  • Fixed native names into native tags in Anutan sky culture
  • Changed core: compute position angle and separation of binary stars system (GH: #4184)
  • Changed core: compute 6D astrometry for a few binary star system
  • Changed core: Use a glTF-compatible normal map for the Moon
  • Changed core: Bind texture to the correct slot when loading it
  • Changed core: Limit amount of time taken by texture loading per frame
  • Changed core: Remove the limit on thread count
  • Changed core: Don't repeatedly call ssm->getMoon()
  • Changed core: Speed up loading of star cross-identification data
  • Changed core: Append new additional star names instead of prepending
  • Changed core: Use hips_frame and type to determine planet
  • Changed core: Take updated parallax into account when drawing marker and search for star selection (GH: #4214)
  • Changed core: Check for star nullptr when loading constellation data in case one of the major star catalog corrupted/missing (GH: #4207)
  • Changed core: Don't load any high level star catalog if a lower level star catalog is missing (GH: #4203)
  • Changed core: Avoid crash in moving between planets
  • Changed core: Suppress output of meaningless coordinates (GH: #4212)
  • Changed core: Handle correctly landscape labels with negative altitude angle (GH: #4174, #4176)
  • Changed core: Hide the broken zero horizon
  • Changed core: Exclude synchronous texture loads from time limiting
  • Changed core: Don't try to get OpenGL context in StelTexture constructor
  • Changed core: Filter HiPS mipmaps
  • Changed core: Don't apply normal/horizon map to surveys
  • Changed core: Handle extra * and ? signs at the end of Chinese star number
  • Changed core: Try to localize ' Added' with space, since some locales should avoid it
  • Changed core: use unsigned char for component in cross-id.cat (GH: #4164)
  • Changed core: switch to use binary format for cross-id file (GH: #4158)
  • Changed core: update star catalogs with astroquery 0.4.9 to improve handling of binary systems and cross-ids (GH: #4156)
  • Changed core: switching to new data format for skycultures
  • Changed core: Allow excluding names from unwanted references (GH: #4147, #11)
  • Changed core: Point DSO name path into same (default) set.
  • Changed core: Updated list of SIMBAD mirrors in Search Tool
  • Changed core: Use commonNameMap instead of iterating over dsoArray
  • Changed core: Pre-trim DSO string catalog numbers
  • Changed core: Don't use toUpper, use compare(CaseInsensitive)
  • Changed core: Use default DSO names as common names
  • Changed core: Enable drawing of single-star constellations and asterisms
  • Changed core: Don't reload common DSO names on each SC load
  • Changed core: Don't reload default DSO names on each SC load
  • Changed core: Follow [PM][+-] indicators of constellation edges
  • Changed core: Redefine boundaries for modern_* skycultures
  • Changed core: Allow arbitrary epochs in Skyculture boundary edge definition
  • Changed core: Scale planet label shift properly
  • Changed core: Scale solar halo properly
  • Changed core: Scale planet halo properly
  • Changed core: Scale star halo properly
  • Changed core: Base star scaling on screen scale
  • Changed core: Handle font size changes in Cardinals
  • Changed core: Position InfoPanel taking into account font size ratio
  • Changed core: Make line loops and strips continuous
  • Changed core: Avoid breaking strict aliasing rules
  • Changed core: Set correct light pollution level when location=auto (GH: #4216)
  • Changed core: Handle the case when surface normal looks away from the camera
  • Changed core: Reduce HiPS split order when tile width is small
  • Changed logger: Better error message for Asterisms
  • Changed logger: Print texture size in StelTexture memory usage reports
  • Changed logger: Adjust log levels in StelMainView
  • Changed logger: Remove "WARNING" word from logged warnings
  • Changed logger: Updated level of messages for logger
  • Changed logger: Add timestamp and message type to the log
  • Changed logger: Direct all StelLogger::init messages to INFO channel
  • Changed GUI: Avoid a freeze when loading a list of HiPS surveys
  • Changed GUI: Use locale-aware compare for SC list sorting
  • Changed GUI: Provide a UI for toggling atmosphere pseudo-mirror
  • Changed GUI: Open Surveys tab on right-clicking HiPS button
  • Changed GUI: Make it possible to filter surveys by name
  • Changed GUI: Add a method to get GUI font size ratio
  • Changed GUI: Apply screen scale to DSO outlines too
  • Changed GUI: Scale lines according to screen font size
  • Changed GUI: Scale splash screen according to font size ratio
  • Changed GUI: Simplify background of hecPositionsChartView
  • Changed GUI: Scale bottom and left panel buttons according to font size
  • Changed InfoString: Don't write "apparent" when airmass undefined
  • Changed AstroCalc tool: A slight changes in time limits for AstroCalc/Ephemeris and AstroCalc/Eclipses tools (GH: #4209)
  • Changed AstroCalc tool: A small speed-up for AstroCalc/Phenomena tool
  • Changed Telescope Control plugin: Reactivate building ASCOM with Qt6 (requires ASCOM7)
  • Changed Oculars plugin: Apply font size settings to Oculars plugin (GH: #4049)
  • Changed Oculars plugin: Move creation of rotation buttons to a separate function
  • Changed Oculars plugin: Fix centering of Ocular panel buttons
  • Changed Oculars plugin: Avoid zero-mag Lens
  • Changed Satellites plugin: Enforce lastUpdate is stored as UTC (GH: #4060)
  • Updated Anutan sky culture
  • Updated Greek (Leiden Aratea) sky culture
  • Updated Greek (Almagest) sky culture
  • Updated Greek (Farnese) sky culture
  • Updated Babylonian (Mulapin) sky culture
  • Updated Modern (Sky & Telescope) sky culture
  • Updated Modern and Modern (IAU) sky cultures: use English terms for English names of constellations
  • Updated Chinese skycultures: Use real native Chinese names in skycultures (GH: #4196)
  • Updated core team list: added Henry Leung
  • Updated dependencies: INDI has been updated to version 2.1.2.1
  • Updated dependencies: QXlsx has been updated to version 1.5.0
  • Updated orbital elements for minor bodies of Solar system
  • Updated the default catalog of exoplanets
  • Updated the default list of satellites
  • Updated default list of locations
  • Updated scripting docs
  • Updated Stellarium User Guide
  • Updated dependencies: CalcMySky has been updated to version 0.3.4
  • Updated atmosphere model
  • Updated photometry data for satellites
  • Updated Stellarium User Guide
  • Updated translations
  • Updated color of Neptune
  • Updated tool for create an AppImage packages (GH: #4105)
  • Updated list of star names (GH: #4122)
  • Updated bookmarks for minor SSO's in Solar System Editor (GH: #4065)
  • Updated photometry for satellites
  • Updated nomenclature data for planetary features
  • Updated common names of DSO
  • Updated list of languages
  • Updated DSO textures (GH: #3999)
  • Updated translations of sky cultures (GH: #4024)
  • Updated discovery circumstances for comets
  • Restored sky cultures descriptions mistakenly removed in version 24.3
  • Restored description of Maori sky culture
  • Removed outdated "Starlore" term (GH: #4070)
  • Removed unneeded constellation boundaries data
  • Removed useless initializers
  • Removed dead URL in OnlineQueries plugin
  • Removed 2 sky cultures from standard package (GH: #4197)
  • Removed an outdated warning
  • Removed outdated data and code
  • Removed remnants of text_texture option
  • Removed support 32-bit packages
  • Removed Missing Stars plugin

Packages notes

package note
stellarium-25.1.tar.gz Source code of Stellarium 25.1. <br />MD5: f6810be6ca9db848fe9168b214eca670 <br />SHA256: 2ecbc90f0bc7f1355e4d6497db2adc9119000d88eb18a3b4257ce249c4bea2f0
stellarium-25.1.tar.bz2 Source code of Stellarium 25.1. <br />MD5: a46fcbd3b1cb10cfdb87a5c688facf6c <br />SHA256: 27db2da90bec567582aa33a96988cc58e5f979af078ae0b1fb2efe1d6b054fe8
stellarium-25.1.tar.xz Source code of Stellarium 25.1. <br />MD5: 54588aa19eed705eb4559af748b3d272 <br />SHA256: 610384311455ce75f9b02f0d3d50e5cc127c36e67008817ea8cbab0bdadeaf5a
stellarium-25.1.zip Source code of Stellarium 25.1. <br />MD5: 0c20e705c1e06005aaef05cdf121e2e8 <br />SHA256: 1571f8716a36e839df540ea69be773e2571961821388f16cbaf5281158e9efec
stellarium-25.1-qt5-win64.exe Stellarium 25.1 for Windows (x86_64; Windows 7+) based on Qt 5.12.6 (Visual Studio 2017). <br /> MD5: 0d9000da753fff8e15f399d770c56131 <br />SHA256: 3523fa8f78844de505251904519cbf45b278346bb25989b87a6ae0932ea2c3f6
stellarium-25.1-qt6-win64.exe Stellarium 25.1 for Windows (x86_64; Windows 10+) based on Qt 6.8.1 (Visual Studio 2022). <br /> MD5: 25fef27894b589295065a3c8acecb4cc <br />SHA256: 04cbbeccedee44b561521a12466dde630d636f9d5da04f7acd4028dd80f8dd84
stellarium-25.1-qt6-arm64.exe Stellarium 25.1 for Windows (ARM64; Windows 10+) based on Qt 6.5.3 (Visual Studio 2022). <br /> MD5: ee3c025e06488f8b2def123fe68ac855 <br />SHA256: b95d1f4c1f4cdf3bf0cf77453b1de763fe92edd0279e8dea1cc6e9e495c4a8a3
Stellarium-25.1-qt6-macOS.zip Stellarium 25.1 for macOS (universal; macOS 11.0+) based on Qt 6.8.1 (AppleClang 16.0.0). <br /> MD5: ed1e9ec3b3ff376ce2812530c2af42f2 <br />SHA256: e3a8c9ac2c7e52b4eb971b84941e801affaa69f156b844f806c42dbd9f08f63c
Stellarium-25.1-qt5-x86_64.zip Stellarium 25.1 for macOS (x86_64; macOS 10.13+) based on Qt 5.12.12 (AppleClang 13.0.0). <br /> MD5: cd4aa1c3ec005c1c273620c114ece3bf <br />SHA256: 8e7a811dbc2f94315390606d64e58aa443f67286cd2e67d644c730b8d580642e
Stellarium-25.1-qt5-x86_64.AppImage Stellarium 25.1 for Linux (amd64; glibc 2.35) based on Qt 5.15.3 (GCC 11.4.0). <br /> MD5: 2629444e77e5adf6f97be9fcbff3bf8d <br />SHA256: 6416bf180dde883f86d90790795a00975bf245bfeab5f76ed6ed908e475e22be
Stellarium-25.1-qt6-x86_64.AppImage Stellarium 25.1 for Linux (amd64; glibc 2.35) based on Qt 6.2.4 (GCC 11.4.0). <br /> MD5: e0ab87cd4dd50dfbb76221b6ffd70b87 <br />SHA256: 92144c8102c01cfaf4ad35b439ad1145f545b712bc2e5df68c23a398480b295c

Verify

GPG signature

  1. Import Stellarium's GPG key
    curl -O https://stellarium.org/files/stellarium.gpg
  2. List Stellarium's GPG key
    gpg --with-fingerprint --show-keys --keyid-format long stellarium.gpg
    id: rsa4096/BF38D4D02A328DFF 2012-04-07
    fingerprint: 7915 1C2E 6351 E727 8DA1 A730 BF38 D4D0 2A32 8DFF
  3. Verify the binary file is valid (tarball for example)
    gpgv --keyring ./stellarium.gpg stellarium-25.1.tar.gz.asc stellarium-25.1.tar.gz

This package has no dependencies.

Discussion for the Stellarium Package

Ground Rules:

  • This discussion is only about Stellarium and the Stellarium package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Stellarium, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus