Developer Tools
Most of the development tools found here are geared toward frontend development, static site generations and CMS.
Terminal
Warp ๐
AI-powered terminal
brew install --cask warp
iTerm Your terminal on steroids
brew install --cask iterm2
Hyper A terminal built on web technologies.
brew install --cask hyper
IRC & Instant Messaging
Limechat ๐ It's the IRC for geeks
If you already have previously installed it, you can run
mas install 414030210
Gitter Chat tool for communities
brew install --cask gitter
Spectrum Chat tool for communities
brew install --cask spectrum
Local Server Environments
MAMP Apache + mySQL + PHP stack (for Wordpress development)
brew install --cask mamp
Code Snippets Manager
Quiver The Programmer's Notebook
https://happenapps.com/downloads/QuiverFreeTrial.zip
Lepton The Lean Github Gist Client
brew install --cask lepton
Database Management
Sequel Pro ๐ A nice database tool
brew install --cask sequel-pro
FTP Clients
Transmit ๐ Simply the best FTP client. It is quite pricey though.
brew install --cask transmit
Filezilla It works, gets the job done, and most of all - it's FREE!
brew install --cask filezilla
Text Editor
VS Code ๐ The best code editor
brew install --cask visual-studio-code
SublimeText Before VS Code, this was king.
brew install --cask sublime-text
Internet Browsers
There are lots of internet browsers out there. Some interesting ones I have noticed are:
Arc - Dubbed the "Chrome Replacement". https://arc.net
Orion - Built on WebKit, Orion gives you a fast, smooth, and lightweight browsing experience
brew install --cask orion
Chrome ๐
brew install --cask google-chrome
Firefox
brew install --cask firefox
Others
Docker
brew install --cask docker
Last updated
Was this helpful?