Crop and Straighten

For iPhone and iPadAvailable on the App Store for $0.99

Crop and straighten is a simple and streamlined iPhone and iPad photo editing tool. It has been described as “the cover flow of cropping” and “the photo cropping app Apple should have designed”.

Visit the Crop and Straighten minisite

Persistent Color Picker

For MacAvailable on the Mac App Store for $0.99

Persistent Color Picker gives the default Mac OS X color panel its own window so you won’t lose it when you switch between apps. It also allows you to copy and paste color values formatted for HTML, CSS, Objective-C, or MacRuby code.

Passenger Pane

For MacFree download

Our Passenger Preference Pane makes it really easy to run Ruby on Rails in development with Phusion Passenger. Just drag your Rails or Rack app folder into the source list and click “Apply”. The preference pane configures Apache and sets up a local hostname for your app.


Open Source for developers

Here’s a small selection from the projects and components we’ve made available as Open Source. For more, see our code on GitHub as well as the personal Github accounts of Manfred, Eloy, and Jeff.

A Mac and iOS Dependency Manager: CocoaPods

CocoaPods is the best way to manage library dependencies for iOS and OS X apps developed with Apple’s Xcode.

Fingertips’ Eloy started the CocoaPods project in late 2011. It has since been adopted and is now maintained by a larger community, becoming the de facto way to manage Xcode project dependencies. CocoaPods saves thousands of hours of precious development time for Objective-C developers all around the globe.

A Mac Terminal tool written in Ruby: Kicker

Kicker is a Mac OS X command line tool that can watch a directory for changes and then run any command or “recipe” written in Ruby.

You can for example use Kicker to automatically run tests every time you save your code, or to reload the frontmost browser window when you make a change to your design.

A Library written in Ruby: Miso

Miso is a unified API for basic image editing operations such as cropping and scaling. It comes with backends for Core Image, ImageMagick, and GraphicsMagick, and it’s pretty easy to add your own.

A Library written in Ruby: Broach

Broach is a Ruby implementation of the API for 37signal’s Campfire. It was designed for automated notifications such as those from a post-commit hook or a deploy script.

A MacLibrary written in Objective-C: ObjectiveBacon

ObjectiveBacon is an Objective-C port of Christian Neukirchen’s Bacon which adds full NSRunLoop support. Currently in development, it will allow tests to be defined in Objective-C, MacRuby and Nu.

A Rails plugin: Authorization-San

Use Authorization-San to specify access policies for your Rails controllers in a way that’s flexible yet clear, concise, and unambiguous.

A Rails plugin: Validation Sets

Use Validation Sets to group ActiveRecord validations in sets. You can for example use a different set depending on the user’s role, or for various stages in the lifetime of a model.

A Rails plugin: peiji-san

Peiji-San provides for a thin pagination layer based on named scopes.