-->
2020-4-1 Get the latest updates available for your computer's operating system, software, and hardware. We will scan your computer and provide you with a selection of updates tailored just for you. Microsoft Windows Update. Office 365 customers get the new Office for Mac first. You’ll have Office applications on your Mac or PC, apps on tablets and smartphones for when you're on the. 2019-10-18 When Software Update says that your Mac is up to date, the installed version of macOS and all of its apps are also up to date. That includes Safari. 2020-4-5 Latest Mac Software News. Expert Apple, Mac and iOS help and advice, how to guides tips and tricks from Macworld UK. RStudio is a set of integrated tools designed to help you be more productive with R. It includes a console, syntax-highlighting editor that supports direct code execution, and a variety of robust tools for plotting, viewing history, debugging and managing your workspace.
Microsoft Downloads For Mac
Azure Pipelines
If your pipelines are in Azure Pipelines, then you've got a convenient option to run your jobs using a Microsoft-hosted agent. With Microsoft-hosted agents, maintenance and upgrades are taken care of for you. Each time you run a pipeline, you get a fresh virtual machine. The virtual machine is discarded after one use. Microsoft-hosted agents can run jobs directly on the VM or in a container.
For many teams this is the simplest way to run your jobs. You can try it first and see if it works for your build or deployment. If not, you can use a self-hosted agent.
Tip
Office 2019 For Mac
You can try a Microsoft-hosted agent for no charge. If your job fails, the issues will be reported in the logs.
Use a Microsoft-hosted agent
Azure Pipelines provides a Microsoft-hosted agent pool named Azure Pipelines that offers several virtual machine images to choose from, each including a broad range of tools and software.
Image | Classic Editor Agent Specification | YAML VM Image Label | Included Software |
---|---|---|---|
Windows Server 2019 with Visual Studio 2019 | windows-2019 | windows-latest OR windows-2019 | Link |
Windows Server 2016 with Visual Studio 2017 | vs2017-win2016 | vs2017-win2016 | Link |
Ubuntu 18.04 | ubuntu-18.04 | ubuntu-latest OR ubuntu-18.04 | Link |
Ubuntu 16.04 | ubuntu-16.04 | ubuntu-16.04 | Link |
macOS X Mojave 10.14 | macOS-10.14 | macOS-10.14 | Link |
macOS X Catalina 10.15 | macOS-10.15 | macOS-latest OR macOS-10.15 | Link |
Important
On March 23, 2020, we'll be removing the following Azure Pipelines hosted images:
- Windows Server 2012R2 with Visual Studio 2015 (
vs2015-win2012r2
) - macOS X High Sierra 10.13 (
macOS-10.13
) - Windows Server Core 1803 - (
win1803
)
Customers are encouraged to migrate to vs2017-win2016
, macOS-10.14
, or a self-hosted agent respectively.
For more information and instructions on how to update your pipelines that use those images, see Removing older images in Azure Pipelines hosted pools.
Note
The Azure Pipelines hosted pool replaces the previous hosted pools that had names that mapped to the corresponding images. Any jobs you had in the previous hosted pools are automatically redirected to the correct image in the new Azure Pipelines hosted pool. In some circumstances, you may still see the old pool names, but behind the scenes the hosted jobs are run using the Azure Pipelines pool. For more information about this update, see the Single hosted pool release notes from the July 1 2019 - Sprint 154 release notes.
You can see the installed software for each hosted agent by choosing the Included Software link in the table.
Pipelines will default to the Microsoft-hosted agent pool. You simply need to specify which virtual machine image you want to use.
Notes on choosing 'Hosted macOS'
This option affects where your data is stored. Learn more.
You can manually select from tool versions on macOS images. See below.
Capabilities and limitations
Microsoft-hosted agents:
- Have the above software. You can also add software during your build or release using tool installer tasks.
- Provide at least 10 GB of storage for your source and build outputs.
- Provide a free tier:
- Public project: 10 free Microsoft-hosted parallel jobs that can run for up to 360 minutes (6 hours) each time, with no overall time limit per month. Contact us to get your free tier limits increased.
- Private project: One free parallel job that can run for up to 60 minutes each time, until you've used 1,800 minutes (30 hours) per month. You can pay for additional capacity per parallel job. Paid parallel jobs remove the monthly time limit and allow you to run each job for up to 360 minutes (6 hours). Buy Microsoft-hosted parallel jobs.
- Run on Microsoft Azure general purpose virtual machines Standard_DS2_v2
- Run as an administrator on Windows and a passwordless sudo user on Linux
- (Linux only) Run steps in a cgroup that offers 6 GB of physical memory and 13 GB of total memory
Microsoft-hosted agents do not offer:
- The ability to sign in.
- The ability to drop artifacts to a UNC file share.
- The ability to run XAML builds.
- Potential performance advantages that you might get by using self-hosted agents which might start and run builds faster. Learn more
If Microsoft-hosted agents don't meet your needs, then you can deploy your own self-hosted agents.
Avoid hard-coded references
When you use a Microsoft-hosted agent, always use variablesto refer to the build environment and agent resources. For example, don'thard-code the drive letter or folder that contains the repository. The preciselayout of the hosted agents is subject to change without warning.
Agent IP ranges
In some setups, you may need to know the range of IP addresses where agents are deployed. For instance, if you need to grant the hosted agents access through a firewall, you may wish to restrict that access by IP address. Because Azure DevOps uses the Azure global network, IP ranges vary over time. We publish a weekly JSON file listing IP ranges for Azure datacenters, broken out by region. This file is published every Wednesday (US Pacific time) with new planned IP ranges. The new IP ranges become effective the following Monday. We recommend that you check back frequently to ensure you keep an up-to-date list. If agent jobs begin to fail, a key first troubleshooting step is to make sure your configuration matches the latest list of IP addresses.
Your hosted agents run in the same Azure geography as your organization. Each geography contains one or more regions, and while your agent may run in the same region as your organization, it is not guaranteed to do so. To obtain the complete list of possible IP ranges for your agent, you must use the IP ranges from all of the regions that are contained in your geography. For example, if your organization is located in the United States geography, you must use the IP ranges for all of the regions in that geography.
To determine your geography, navigate to https://dev.azure.com/<your_organization>/_settings/organizationOverview
, get your region, and find the associated geography from the Azure geography table. Once you have identified your geography, use the IP ranges from the weekly file for all regions in that geography.
To identify the possible IP ranges for your Microsoft-hosted agents
- Identify the region for your organization in Organization settings.
- Identify the Azure Geography for your organization's region.
- Identify the IP addresses for all regions in your geography using the weekly file. If your region is Brazil South or West Europe, you must include additional IP ranges based on your fallback geography, as described in the following note.
Note
Due to capacity restrictions, some organizations in the Brazil South or West Europe regions may occasionally see their hosted agents located outside their expected geography. In these cases, in addition to including the IP ranges as described in the previous section, additional IP ranges must be included for the regions in the capacity fallback geography.
If your organization is in the Brazil South region, your capacity fallback geography is United States.
If your organization is in the West Europe region, the capacity fallback geography is France.
Our Mac IP ranges are not included in the Azure IPs above, though we are investigating options to publish these in the future.
Can I use service tags instead?
Currently, Service Tags is not something you can use for your hosted agents. If you're trying to grant hosted agents access to your resources, you'll need to follow the IP range allow listing method.
Q & A
I have questions about the hosted agent images
How can I see what software is included in an image?
You can see the installed software for each hosted agent by choosing the Included Software link in the Use a Microsoft-hosted agent table.
How does Microsoft choose the software and versions to put on the image?
More information about the versions of software included on the images can be found at Guidelines for what's installed.
When are the images updated?
Images are typically updated weekly. You can check the status badges which are in the format 20200113.x
where the first part indicates the date the image was updated.
What can I do if software I need is removed or replaced with a newer version?
You can let us know by filing a GitHub issue by choosing the Included Software links in the Use a Microsoft-hosted agent table.
You can also use a self-hosted agent that includes the exact versions of software that you need. For more information, see Self-hosted agents.
What if I need a bigger machine with more processing power, memory, or disk space?
We can't increase the memory, processing power, or disk space for Microsoft-hosted agents, but you can use a self-hosted agent that is hosted on a machine that has your desired specifications.
I can't select a Microsoft-hosted agent and I can't queue my build or deployment. How do I fix this?
By default, all project contributors in an organization have access to the Microsoft-hosted agents. But, your organization administrator may limit the access of Microsoft-hosted agents to select users or projects. Ask the owner of your Azure DevOps organization to grant you permission to use a Microsoft-hosted agent. See agent pool security.
I need more agents. What can I do?
All Azure DevOps organizations are provided with several free parallel jobs for open source projects, and one free parallel job and limited minutes each month for private projects. If you need more minutes, or need to run additional builds or releases in parallel, then you can buy more parallel jobs for private projects.
Microsoft Software For Macbook Air
I'm looking for the Microsoft-hosted XAML build controller. Where did it go?
The Microsoft-hosted XAML build controller is no longer supported. If you have an organization in which you still need to run XAML builds, you should set up a self-hosted build server and a self-hosted build controller.
Tip
We strongly recommend that you migrate your XAML builds to new builds.
How can I manually select versions of tools on the Hosted macOS agent?
Xamarin
To manually select a Xamarin SDK version to use on the Hosted macOS agent, before your Xamarin build task, execute this command line as part of your build, replacing the Mono version number 5.4.1 as needed (also replacing '.' characters with underscores: '_'). Choose the Mono version that is associated with the Xamarin SDK version that you need.
/bin/bash -c 'sudo $AGENT_HOMEDIRECTORY/scripts/select-xamarin-sdk.sh 5_4_1'
Mono versions associated with Xamarin SDK versions on the Hosted macOS agent can be found here.
Note that this command does not select the Mono version beyond the Xamarin SDK. To manually select a Mono version, see instructions below.
In case you are using a non-default version of Xcode for building your Xamarin.iOS or Xamarin.Mac apps, you should additionally execute this command line:
/bin/bash -c 'echo '##vso[task.setvariable variable=MD_APPLE_SDK_ROOT;]'$(xcodeRoot);sudo xcode-select --switch $(xcodeRoot)/Contents/Developer'
where $(xcodeRoot)
= /Applications/Xcode_10.1.app
Xcode versions on the Hosted macOS agent pool can be found here.
Xcode
If you use the Xcode task included with Azure Pipelines and TFS, you can select a version of Xcode in that task's properties. Otherwise, to manually set the Xcode version to use on the Hosted macOS agent pool, before your xcodebuild
build task, execute this command line as part of your build, replacing the Xcode version number 8.3.3 as needed:
/bin/bash -c 'sudo xcode-select -s /Applications/Xcode_8.3.3.app/Contents/Developer'
Xcode versions on the Hosted macOS agent pool can be found here.
Note that this command does not work for Xamarin apps. To manually select a Xcode version for building Xamarin apps, see instructions above.
Mono
To manually select a Mono version to use on the Hosted macOS agent pool, before your Mono build task, execute this script in each job of your build, replacing the Mono version number 5.4.1 as needed:
.NET Core
.NET Core 2.2.105 is default on VM images but Mono version 6.0 or greater requires .NET Core 2.2.300+.If you use the Mono 6.0 or greater, you will have to override .NET Core version using .NET Core Tool Installer task.
Boost
The VM images contain prebuilt Boost libraries with their headers in the directory designated by BOOST_ROOT
environment variable. In order to include the Boost headers, the path $BOOST_ROOT/include
should be added to the search paths.
Example of g++ invocation with Boost libraries:
Videos
Latest Version:
Microsoft Office 2016 16.35 LATEST
Requirements:
Mac OS X 10.10 or later
Author / Product:
Microsoft Corporation / Microsoft Office for Mac
Old Versions:
Filename:
Microsoft_Office_16.34.20030802_Installer.pkg
Details:
Microsoft Office for Mac 2020 full offline installer setup for Mac
Hide your real IP address and protect your privacy while online! Check out HMA! Pro VPN for Mac!
Word for Mac
Create, polish, and share beautiful and professional documents. The state-of-the-art authoring and reviewing tools in Word make the creation of polished documents easy. The new Insights pane shows relevant contextual information from the web inside Word. The Design tab enables you to manage layout, colors, and fonts across a document.
Get more done by working together using built-in tools to share and review documents. Several people can work on the same document simultaneously and use threaded comments to have a conversation right next to relevant text.
Excel for Mac
Analyze and visualize numbers in new and intuitive ways. The new Excel for Mac enables you to turn numbers into insights. Familiar keyboard shortcuts and data entry enhancements like formula builder and autocomplete immediately make you more productive. Excel also helps you visualize your data by recommending charts best suited for your numbers, and letting you quickly preview the different options. New PivotTable Slicers help you discover patterns in large volumes of data.
PowerPoint for Mac
Create multimedia presentations and present your ideas with confidence. Walk into your next presentation with complete confidence. The new Presenter View in PowerPoint displays the current slide, next slide, speaker notes, and a timer on your Mac, while projecting only the presentation to your audience on the big screen. A new Animation pane helps you design and fine-tune animations, and refined slide transitions ensure the finished product is polished. Easily share your presentation and invite others to work on the same presentation simultaneously.
OneNote for Mac
Harness your thoughts in your very own digital notebook. Capture, organize and share your ideas with digital notebooks that you can access on any device. Find things quickly with a powerful search engine that tracks your tags, indexes your typed notes, and recognizes text in images and handwritten notes. Bold, italicize, underline, highlight, insert files, pictures and tables—format your notes like you want. Easily share notebooks with friends, family, or colleagues so everyone can work together on travel plans, household tasks, or work projects.
Outlook for Mac
Stay organized with an email and calendar experience that's fast and looks great. Managing your email, calendar, contacts, and tasks has never been easier. The new Outlook for Mac has push mail support so your inbox is always up to date. The improved conversation view automatically organizes your inbox around threaded conversations, so you'll never hunt for related messages again. And the new message preview gives you the first sentence of an email just below the subject line, so you can quickly decide if you want to read it now or come back later.
Note: Limitations in the unregistered version, you get to open documents but you cannot edit them or create new ones.
Also Available: Download Microsoft Office for Windows