• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here: Home » URLs of Commonly Used Mac Apps for wget or cURL

By Abhishek Ghosh September 6, 2014 8:11 am Updated on September 6, 2014

URLs of Commonly Used Mac Apps for wget or cURL

Advertisement

Here are the URLs of some commonly used Mac Apps, so that the users can wget or cURL from command line. Apps include Skype, VLC like softwares. Our website is undergoing some front end development, for that reason, there are lesser posts updates. During the developmental phase, I needed to download cURL and found some interesting stuffs. One might want to read iTerm2, Homebrew and ZSH Installation on OS X for nice and updated command line for OS X.

 

URLs of Commonly Used Mac Apps for wget or cURL : Some Cheats

 

You probably know about cURL. cURL is installed on OS X by default. Alternatively, you can install wget. You can run man followed by the name to read manual. Thus man man is the manual of man itself, man curl is manual of cURL. From command line, we can mount any .dmg in this way :

Vim
1
hdiutil mount -nobrowse appname.dmg

We can copy the mounted App to Application folder (that is installing on Mac) by :

Advertisement

---

Vim
1
2
cp -R "/Volumes/App Name/App Name.app" /Applications
# App Name is variable

Unmounting and deletion of the .dmg can be done by :

Vim
1
hdiutil unmount "/Volumes/App Name" && rm -r appname.dmg

We can create a directory exclusively for this purpose :

Vim
1
2
3
4
5
6
mkdir DownloadedApps
# run the command to get full path
pwd
# change directory to that directory
cd DownloadedApps
# Things will remain clean

URLs of Commonly Used Mac Apps for wget or cURL

 

URLs of Commonly Used Mac Apps for wget or cURL

 

There is a web based service which can generate a bash script to auto download the apps. The bash script is like this :

Vim
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
 
mkdir DownloadedApps
cd DownloadedApps
 
# Installation of Chrome
curl -L -O "https://dl.google.com/chrome/mac/stable/GGRO/googlechrome.dmg"
hdiutil mount -nobrowse googlechrome.dmg
cp -R "/Volumes/Google Chrome/Google Chrome.app" /Applications
hdiutil unmount "/Volumes/Google Chrome" && rm googlechrome.dmg

This is the thing, you actually need the URLs for easily download. Here are the URLs (only), you have copy the url and run curl or wget. You can manually go to the directory and double click to mount, drag to install. curl or wget are faster, resumable; better than browsers.

Vim
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
# Chrome
https://dl.google.com/chrome/mac/stable/GGRO/googlechrome.dmg
 
# Firefox
http://download.mozilla.org/?product=firefox-latest&os=osx&lang=en-US
 
# Opera
http://www.opera.com/download/get/?id=37128&location=360&nothanks=yes&sub=marine
 
# Handbrake
http://sourceforge.net/projects/handbrake/files/0.9.9/HandBrake-0.9.9-MacOSX.6_GUI_x86_64.dmg/download
 
# Spotify
http://download.spotify.com/Spotify.dmg
 
# VLC Player
http://get.videolan.org/vlc/2.1.4/macosx/vlc-2.1.4.dmg
 
# Transmission
https://transmission.cachefly.net/Transmission-2.84.dmg
 
# Skype
http://www.skype.com/go/getskype-macosx.dmg
 
# Adium
http://downloads.sourceforge.net/project/adium/Adium_1.5.10.dmg
 
# Dropbox
https://www.dropbox.com/download?plat=mac
 
# Google Drive
https://dl-ssl.google.com/drive/installgoogledrive.dmg
 
# caffeine
http://download.lightheadsw.com/download.php?software=caffeine
 
# Sublime Text 3 Beta
http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%20Build%203059.dmg
 
# Sublime Text 2
http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%202.0.2.dmg
 
# iterm2
http://www.iterm2.com/downloads/stable/iTerm2_v2_0.zip
 
# Sequel Pro
https://sequel-pro.googlecode.com/files/sequel-pro-1.0.2.dmg
 
# Source Tree
http://downloads.atlassian.com/software/sourcetree/SourceTree_1.9.6.dmg
 
# FileZilla
http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/3.8.1/FileZilla_3.8.1_macosx-x86.app.tar.bz2
# # do extraction in this way
   # tar -zxvf Filezilla.app.tar.bz2
 
# GitHub App
https://central.github.com/mac/latest
 
# flux
https://justgetflux.com/mac/Flux.zip
 
# LibreOffice
http://download.documentfoundation.org/libreoffice/stable/4.2.5/mac/x86_64/LibreOffice_4.2.5_MacOS_x86-64.dmg
 
# OpenOffice
http://downloads.sourceforge.net/project/openofficeorg.mirror/4.1.0/binaries/en-US/Apache_OpenOffice_4.1.0_MacOS_x86-64_install_en-US.dmg
 
# Cyberduck
https://update.cyberduck.io/Cyberduck-4.4.5.zip
 
# Audacity
http://audacity.googlecode.com/files/audacity-macosx-ub-2.0.5.dmg
 
# Grand Perspective
http://sourceforge.net/projects/grandperspectiv/files/grandperspective/1.5.1/GrandPerspective-1_5_1.dmg/download
 
# Coconut Battery
http://www.coconut-flavour.com/downloads/coconutBattery_3_1.zip
 
# Gimp
http://ftp.gimp.org/pub/gimp/v2.8/osx/gimp-2.8.10-dmg-1.dmg
 
# CodeKit
http://incident57.com/codekit/files/codekit-17580.zip
 
# 1Password
https://d13itkw33a7sus.cloudfront.net/dist/1P/mac4/1Password-4.4.1.zip
 
# Transmit
http://download.panic.com/transmit/Transmit%204.4.6.zip
 
# Tower
http://www.git-tower.com/download
 
# Last.fm Scrobbler
http://www.last.fm/download/mac
 
# TinyGrab
http://bit.ly/weXCIz
 
# Alfred
http://cachefly.alfredapp.com/Alfred_2.3_264.zip
 
# Postgres.app
http://postgresapp.com/download
 
# Skim
http://downloads.sourceforge.net/project/skim-app/Skim/Skim-1.4.9/Skim-1.4.9.dmg
 
# Synergy
http://synergy-project.org/files/packages/synergy-1.5.0-r2278-MacOSX109-x86_64.dmg
 
# Quicksilver
http://cdn.qsapp.com/com.blacktree.Quicksilver__16391.dmg
 
# Notational Velocity
http://notational.net/NotationalVelocity.zip
 
# Carbon Copy Cloner
http://files.bombich.com/ccc-3.5.5.zip
 
# Skitch
http://evernote.com/download/get.php?file=SkitchMac
 
# Evernote
http://evernote.com/download/get.php?file=EvernoteMac
 
# NetNewsWire
https://updates.blackpixel.com/latest?app=nnw
 
# Unarchiver
http://theunarchiver.googlecode.com/files/TheUnarchiver3.9.1.zip
 
# Path Finder 6
http://cocoatech.com/pathfinder/download
 
# Thunderbird
http://download.mozilla.org/?product=thunderbird-24.6.0&os=osx&lang=en-US
 
# Inkscape
http://downloads.sourceforge.net/inkscape/Inkscape-0.48.2-1-SNOWLEOPARD.dmg
 
# TextWrangler
http://ash.barebones.com/TextWrangler_4.5.9.dmg
 
# aText
http://www.trankynam.com/atext/downloads/aText.dmg
 
# Calibre
http://status.calibre-ebook.com/dist/osx32
 
# KeePassX
http://www.keepassx.org/releases/KeePassX-0.4.3.dmg
 
# Keka
http://download.kekaosx.com/
 
# XBMC
http://mirrors.xbmc.org/releases/osx/x86_64/xbmc-13.1-Gotham-x86_64.dmg

Download and read this list on textedit (command) :

Vim
1
curl https://gist.githubusercontent.com/AbhishekGhosh/17acddddb73ebe33ec57/raw/0926e12365f853b9217b63a1409175c8a72ed196/app-urls > app-urls.txt && open -a TextEdit app-urls*

Nice?

Tagged With https://thecustomizewindows com/2014/09/urls-commonly-used-mac-apps-wget-curl/

This Article Has Been Shared 434 Times!

Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to URLs of Commonly Used Mac Apps for wget or cURL

  • Touch Screen : A Basic Primer

    Touch screen is a combined input and output device through which a technical device can be controlled directly by touch.It creates impression of direct control.

  • OS X Mavericks Review

    OS X Mavericks Review rather Micro Review highlighting only the significant points by a real user. All of the readers already has been overloaded with reviews.

  • OS X localhost : Minimum and Maximum You Need to Know!

    OS X localhost will obviously behave like pure UNIX OS, be it Mavericks or OS X Mountain Lion. It is possible to open localhost without installing Apache2 too.

  • SVN CLI Commands for OS X for WordPress Plugin Developers

    SVN CLI Commands for OS X for WordPress Plugin Developers are quite nice to learn. Rely us, instead of finding a GUI tool for OS X SVN, Command Line is cleaner.

  • iOS Universal Framework XCode Project Template

    iOS Universal Framework Xcode Project Template is scripted in Python is an All in One solution for the iOS developers to start various type of Apps.

Additionally, performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • The Importance of Voice and Style in Essay Writing April 1, 2023
  • What Online Casinos Have No Deposit Bonus in Australia March 30, 2023
  • Four Foolproof Tips To Never Run Out Of Blog Ideas For Your Website March 28, 2023
  • The Interactive Entertainment Serving as a Tech Proving Ground March 28, 2023
  • Is it Good to Run Apache Web server and MySQL Database on Separate Cloud Servers? March 27, 2023

About This Article

Cite this article as: Abhishek Ghosh, "URLs of Commonly Used Mac Apps for wget or cURL," in The Customize Windows, September 6, 2014, April 2, 2023, https://thecustomizewindows.com/2014/09/urls-commonly-used-mac-apps-wget-curl/.

Source:The Customize Windows, JiMA.in

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
Cookie SettingsAccept
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT