vote up 20 vote down star
15

What must have tools/apps/utilities are recommended for OS X in general, and for a developer using that platform specifically?

flag

32 Answers

1 2 next
vote up 13 vote down check

My list would be:

link|flag
1  
As compared to the more 'lightweight' TextMate. :D – Ronnie Liew Feb 11 at 9:32
show 1 more comment
vote up 16 vote down

Definitely get Quicksilver. Even if you just use it as an application launcher, it makes things so much easier you'll be annoyed on any computer that doesn't have it.

link|flag
1  
Actually I was using Quicksilver with 10.4, but with 10.5 I think the build-in search is rather good as an app launcher. – akr Sep 21 '08 at 2:53
show 2 more comments
vote up 16 vote down

I use TextMate for editing of text files. It does syntax highlighting for a number of languages. I use it for Ruby on Rails and it handles the highlighting for Ruby, HTML, etc.

link|flag
vote up 13 vote down

MacPorts - gives easy access to virtually all the major open source projects out there. Installing something is as simple as:

sudo port install gimp
link|flag
vote up 10 vote down

MacVim is a great port of the vim text editor. It's free, open-source, very powerful, and works with about any language you throw at it.

link|flag
vote up 6 vote down

http://opensourcemac.org/

Xcode comes on your OS X install disc and is very popular. Eclipse is the other very popular cross platform development environment.

VirualBox is a free virtual OS host so you could use that to run any linux flavor you wish, possibly to mirror the setup of your target system or server, depending on the type of development you are doing.

http://changesapp.com/ is an awesome diff tool to determine file changes between two folders. It is imperative for comparing source code that isn't in a system like svn or git. I like it a lot more than the diff tool that comes with Xcode.

http://tuppis.com/smultron/ is what I use for editing source files I don't want to take the time to open in an IDE. It is quick and lightweight and does good keyword highlighting.

Lastly is Bean. A lightweight quick and easy rich text editor. Just what you need for quick notes, lists, memos, whatever. http://www.bean-osx.com/Bean.html

link|flag
vote up 4 vote down

OmniGraffle is an excellent vector drawing tool that's also highly capable for DOT graphs and UML. If you like OmniGraffle be sure to check out Graffletopia.

link|flag
show 1 more comment
vote up 3 vote down

MacPorts or Fink are both decent choices for easy installs, but as a developer it is sometime necessary to just install the software that you really need on your own.

On the Mac, I'd say my favorite apps from a developer perspective are XCode, iTerm and Smultron. You probably want to check out http://osx.iusethis.com/ though and see what the cool kids are using.

link|flag
show 1 more comment
vote up 3 vote down

Behind a pane of glass that says Break In Case of Emergency : VMWare Fusion + OS from which you switched away.

(if indeed it was *nix or Windows ... don't think Beos is supported quite yet)

link|flag
vote up 3 vote down

Glims for Safari

NTFS-3G for OS X adds write-access for NTFS volumes

Forklift (Alternative to Finder)

SubEthaEdit (really good editor)

Cyberduck FTP Client

istats System informations in the menu bar

link|flag
show 3 more comments
vote up 3 vote down

Versions for SVN

link|flag
vote up 2 vote down

Don't forget to get AppZapper to get rid of application preferences, support files, caches, etc. that will probably be left behind if you choose to delete some of the apps suggested in here :).

link|flag
vote up 2 vote down

GrandPerspective is really nice for finding those huge files or directories you didn't know about.

link|flag
vote up 2 vote down

I really like iStat Menu -- it allows you to display all kinds of geeky metrics in your menu bar, such as CPU temperatures, bandwidth activity, network activity, fan status, memory usage, etc. There are Widget and Application forms of that as well.

link|flag
vote up 2 vote down

GeekTool. It lets you run Unix programs at regular intervals, then overlay their output on your desktop.

link|flag
vote up 2 vote down

Coda If you're a web developer. It provides project workspaces, SubEthaEdit's networked text editor, Transmit's FTP code, a CSS editor, terminal, browser (WebKit), and some reference books. Each tab of your editor can switch to any of these modes. It's my home base.

link|flag
vote up 1 vote down

TextWrangler is a good simple text editor.

Skim for viewing pdfs

Omingraffle ($) is good for drawing.

link|flag
vote up 1 vote down

NetNewsWire for RSS/Atom, used to charge but now it's free. Best reader there is.

link|flag
vote up 1 vote down

MAMP - quick way to setup an up-to-date development server with Apache, MySQL, and PHP.

link|flag
vote up 1 vote down

Not a development tool as such, but I love Transmit for FTP.

link|flag
vote up 1 vote down

Here's some of mine:

  • I do my development on Eclipse.
  • OmniOutliner - valuable tools for keeping lists. It's a valuable tools for jotting stuff while doing research in your code and brainstorming with yourself.
  • OmniFocus - for keeping track of my tasks. This is, IMHO, the best task management app I came across. It is a bit complex, but worth the learning curve.
  • Evernote - for storing and searching notes. Very useful.
  • Skitch - great for taking screenshots. Just an overall winner.
  • Sequel Pro - Simple MySql tool.
  • GeekTool - for showing output on your desktop (like server stats).
  • XMind - for mind mapping.
  • CSSEdit - if you're ever going to do CSS work, this is a must.
  • Screenflow - great tool for screencasting.
link|flag
vote up 1 vote down
  • Appfresh checks for updates for all installed software
  • Todos displays all installed applications in a little overlay with all icons
  • µTorrent easy to use torrent client
link|flag
vote up 0 vote down

Hey Mac, you might want to check out BBEdit. It is a really nice editor - not free but really nice.

link|flag
show 1 more comment
vote up 0 vote down

Textmate is nice, but if you've used Emacs before and miss it there's a very good port:

http://aquamacs.org/

Other than that, if you're using a laptop get to learn Spaces well - it's invaluable. There are some configuration options that can make it behave generally how you would like.

You might get better answers if you would add specifics as to what language(s) you are planning to develop with.

link|flag
vote up 0 vote down

Kendall mentions Aquamacs, but personally, I would recommend Carbon Emacs as the best Emacs port for OSX.

link|flag
vote up 0 vote down

I love to use Witch for switching back and forth between documents, not windows. You'll find it useful for lots of applications that are document based.

Caffeine is great too, keeps your screensaver at bay while it's on.

Seashore for those quick image edits without Photoshop.

And of course, TextMate

link|flag
vote up 0 vote down

You should register as a developer at http://developer.apple.com/ where you then can get tools and sample code.

link|flag
vote up 0 vote down

BBEdit, OmniGraffle, GraphicConverter, VMWare Fusion, AppDelete, GrandPerspective

If you code Oracle then: instantclient10_1, JDeveloper

If you code XSLT then: Oxygen

link|flag
vote up 0 vote down

Some of these tools are free. However, for the ones that aren't follow Mac blogs, and take advantage of the bundle discounts. They are controversial as an ISV, but they are usually great deals for users.

link|flag
vote up 0 vote down

Since you mention that you've just switched to Mac, I'll mention XCode. It is THE developers tool for Mac and it's free from your install disks. Not only does it include the IDE and Cocoa frameworks, but almost all of the traditional unix/gnu programming tools you can think of.

link|flag
1 2 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.