All Projects → mangerlahn → Latest

mangerlahn / Latest

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

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Latest

Project
⭐️ Antares Project Application Skeleton. This is the very first place you should start. It allows you to create a brand new awesome project in easy few steps.
Stars: ✭ 84 (-87.21%)
Mutual labels:  updater, app
Githubupdates
Cocoa framework to install application updates from GitHub releases.
Stars: ✭ 393 (-40.18%)
Mutual labels:  app, cocoa
Brisk
✨Cross-platform set of tools for building native UIs with Reason/OCaml
Stars: ✭ 518 (-21.16%)
Mutual labels:  app, cocoa
Mui Kidapp
基于 MUI 构建一个具有 90 +页面的APP应用
Stars: ✭ 551 (-16.13%)
Mutual labels:  app
Appiconnamechanger
Library to change Android launcher App Icon and App Name programmatically !
Stars: ✭ 555 (-15.53%)
Mutual labels:  app
Tensorflowandroiddemo
TensorFlow android demo 车道线 车辆 人脸 动作 骨架 识别 检测 抽烟 打电话 闭眼 睁眼
Stars: ✭ 589 (-10.35%)
Mutual labels:  app
Jspaint
🎨 Classic MS Paint, REVIVED + ✨Extras
Stars: ✭ 5,972 (+808.98%)
Mutual labels:  app
Menu flutter
🍝 restaurant menu app made with flutter inspired by this design https://goo.gl/jChLBV
Stars: ✭ 533 (-18.87%)
Mutual labels:  app
Rutracker Proxy
rutracker proxy based on electron
Stars: ✭ 620 (-5.63%)
Mutual labels:  app
Vimr
Project VimR is a Neovim GUI for macOS. The goal is to build an editor that uses Neovim inside with many of the convenience GUI features similar to those present in modern editors. We mainly use Swift, but also use C/Objective-C when where appropriate.
Stars: ✭ 5,524 (+740.79%)
Mutual labels:  cocoa
Moneykeeper
💰A lightweight billing tool.
Stars: ✭ 584 (-11.11%)
Mutual labels:  app
Gdg Devfest App
An App Template For GDG DevFest
Stars: ✭ 559 (-14.92%)
Mutual labels:  app
Eul
🖥️ macOS status monitoring app written in SwiftUI.
Stars: ✭ 6,707 (+920.85%)
Mutual labels:  app
Pika
An open-source colour picker app for macOS
Stars: ✭ 550 (-16.29%)
Mutual labels:  app
Emission
⚠️ Deprecated repo, moved to artsy/eigen ➡️ React Native Components
Stars: ✭ 620 (-5.63%)
Mutual labels:  app
Ecjia Daojia
EC+(ecjia)到家是一款可开展O2O业务的移动电商系统。它包含:移动端APP,采用原生模式开发,覆盖使用iOS 及Android系统的移 动终端;后台系统,针对平台日常运营维护的平台后台,针对入驻店铺管理的商家后台,独立并行;移动端H5,能够灵活部署于微信及其他APP、网页等。
Stars: ✭ 547 (-16.74%)
Mutual labels:  app
Orsserialport
Serial port library for Objective-C and Swift macOS apps
Stars: ✭ 609 (-7.31%)
Mutual labels:  cocoa
Alerter
An Android Alerting Library
Stars: ✭ 5,213 (+693.46%)
Mutual labels:  app
Textor
A plain text editor for iOS
Stars: ✭ 564 (-14.16%)
Mutual labels:  app
Strongbox
A KeePass/Password Safe Client for iOS and OS X
Stars: ✭ 586 (-10.81%)
Mutual labels:  cocoa

Latest

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 freetime, so occasional updates may happen. Take a look at the Issues 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.

Installation

There are multiple ways to install the app.

Download the App

The easiest way to install Latest is to download 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 page to browse the history of Latest.

Homebrew Cask

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

Build from Source

Build Status

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. Latest uses submodules to organize its dependencies. If the project is not building, make sure submodules are initialized correctly. To update them, call git submodule update --init --recursive.

Contribution

I am thankful for all contributions. Take a look at the Issues 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 its yours.

Donation

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].