Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/mangerlahn/Latest

A small utility app for macOS that makes sure you know about all the latest updates to the apps you use.
https://github.com/mangerlahn/Latest

app cocoa macos swift updater

Last synced: about 2 months ago
JSON representation

A small utility app for macOS that makes sure you know about all the latest updates to the apps you use.

Lists

README

        

# Latest

[![Translation status][image-1]][1]

This is Latest, a small utility app for the Mac. Latest is a free and open-source app for macOS that checks if all your apps are up to date. Get a quick overview of which apps changed and what changed and update them right away. Latest currently supports apps downloaded from the Mac App Store and apps that use Sparkle for updates, which covers most of the apps on the market.

Latest is developed in my free time, so occasional updates may happen. Take a look at the [Issues][2] section to see what's coming. If you have an idea for a new feature, or encounter any bugs, feel free to open a new issue.
I am thankful for contributions. Check out the section below for more information.

![Latest][image-2]

## Installation

There are multiple ways to install the app.

### Download the App

The easiest way to install Latest is to [download][3] the latest release as an app. You unzip the download by double-clicking on it (if that does not happen automatically) and then move the `Latest.app` into the `Applications` folder.

If you would like to check out earlier versions, head over to the [Releases][4] page to browse the history of Latest.

### Homebrew Cask

Latest can also be installed via [Homebrew Cask][5]. If you have not installed Homebrew, follow the simple instructions [here][6].
After that, run `brew install --cask latest` to install the current version of Latest.

### Build from Source

**To build Latest, Xcode 11 and Swift 5 is required.**

You can build Latest directly on your machine. To do that, you have to download the source code by cloning the repository: `git clone --recurse-submodules [email protected]:mangerlahn/Latest.git`.

Then you can open the `Latest.xcodeproj` and hit *Build and Run*. Make sure that the `Latest` scheme is selected.

## Contribution

I am thankful for all contributions to the project. You can contribute typo-fixes, translations, code and of course suggestions, wishes, and bug reports.

### Translations

The text used in Latest is hosted by the kind people over at [Weblate][7]. If you would like to add a new language, or improve an existing one, [here][8] is your starting point.

[![Translation status][image-3]][9]

### Code

Take a look at the [Issues][10] section to see what you can do. If you have your own idea, and it does not appear in the issues list, please add it first. I don't think that I would reject any pull request, but it is useful to know about your idea earlier. Imagine two people have the same idea at the same time and both put a lot of work into that just to find out that someone else has made the same when it's too late.

I would like to assign every issue to the person working on that particular thing, so if you would like to implement something, leave a small note in the issue. I will assign the issue to you and it's yours.

## Donation

As mentioned above, Latest is free for you to use. I work on the app in my spare time. If you would like to support the development by donating, you can do so [here][11].

[1]: https://hosted.weblate.org/engage/latest/
[2]: https://github.com/mangerlahn/latest/issues
[3]: https://max.codes/latest/Latest.zip
[4]: https://github.com/mangerlahn/Latest/releases
[5]: https://github.com/Homebrew/homebrew-cask
[6]: https://brew.sh
[7]: https://weblate.org/
[8]: https://hosted.weblate.org/engage/latest/
[9]: https://hosted.weblate.org/engage/latest/
[10]: https://github.com/mangerlahn/latest/issues
[11]: https://max.codes/latest/donate

[image-1]: https://hosted.weblate.org/widgets/latest/-/svg-badge.svg
[image-2]: ./latest.png
[image-3]: https://hosted.weblate.org/widgets/latest/-/multi-auto.svg