What's RubyStation? Ruby has many awesome Web frameworks - Rails, Sinatra, Merb, Ramaze, etc. Maybe you have written some Web applications with them. Then, how about desktop applications? You can create a desktop application with Rails by: Write an app with Rails. ./script/server will start server on localhost, i.e. it does work without the Internet. Pack the files into a gem file. Users install