• 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/
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

  • Using wget Command Natively on Windows PC

    Using wget Command Natively on Windows PC has the advantage of downloading content quite fast through the command line. Here is guide on Using wget on Windows.

  • Installing cURL in Windows to Run cURL Commands Natively

    Installing cURL in Windows to Run cURL Commands Natively is actually quite easy process,a starter might find it difficult. Here is Guide to run cURL in Windows.

  • Create App Engine App and Get Google Apps and Custom Domain Email Free

    Create App Engine App and Get Google Apps and Custom Domain Email Free. Yes, Google Apps for Free, but you honestly have to develop some Apps to keep it active.

  • Changing Data With cURL for OpenStack Swift (HP Cloud CDN)

    Changing Data With cURL For Object is Quite Easy in OpenStack Swift. Here Are Examples With HP Cloud CDN To Make it Clear. Official Examples Are Bad.

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

  • What is Analog-to-Digital Converter (ADC)September 27, 2023
  • Comparison of Tube Amplifiers and SemiconductorsSeptember 26, 2023
  • What is a Digital-to-Analog Converter (DAC)September 25, 2023
  • Tips on S Pen Air ActionsSeptember 24, 2023
  • Market Segmentation in BriefSeptember 20, 2023
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