This document discusses Mars, a framework for building native applications for OSX, iPhone, and iPad using Pharo. It describes Mars' architecture which uses the Objective-C bridge to connect Pharo and Cocoa/CocoaTouch. Views map to Objective-C controls while controllers handle callbacks. The model uses an adaptor to work with different models. Problems with deadlocks are being addressed. The future includes more testing, documentation, and potentially ports to other platforms.