[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/) > Astrodynamics.jl is archived and will not be developed further. A well-maintained alternative in Julia is [SatelliteToolbox.jl](https://github.com/JuliaSpace/SatelliteToolbox.jl). > I ([@helgee](https://github.com/helgee)) am working on [Lox](https://github.com/lox-space/lox) which is a Rust-based library with a Python interface for interactive use. ![Astrodynamics.jl](docs/src/assets/banner.png) *A Fresh Approach to Astrodynamics...* [![Travis][travis-badge]][travis-url] [![AppVeyor][appveyor-badge]][appveyor-url] [![Docs (latest)][docs-badge-latest]][docs-url-latest] **Astrodynamics.jl** is an MPLv2-licensed toolbox for the development of astrodynamics software in Julia. ## Installation This package and most of its dependencies are not yet registered. You can install all required packages via the `AstroDynDev` package: ```julia Pkg.clone("https://github.com/JuliaAstrodynamics/AstroDynDev.jl.git") using AstroDynDev AstroDynDev.install() ``` [travis-badge]: https://img.shields.io/travis/JuliaAstrodynamics/Astrodynamics.jl/master.svg?style=flat [travis-url]: https://travis-ci.org/JuliaAstrodynamics/Astrodynamics.jl [appveyor-badge]: https://ci.appveyor.com/api/projects/status/xa1aqu4t0m4whhbo?svg=true [appveyor-url]: https://ci.appveyor.com/project/JuliaAstrodynamics/astrodynamics-jl [docs-badge-latest]: https://img.shields.io/badge/docs-latest-blue.svg [docs-url-latest]: https://juliaastrodynamics.github.io/Astrodynamics.jl/latest