All you need to start using require.js in the browser.
A zip file containing a sample project that uses jQuery and RequireJS.
The r.js file allows you to run the optimizer as well as run modules in Node or Rhino. The download button takes you to the r.js site to download the r.js file.
See the r.js README for more information.
These are useful loader plugins that have the same license terms as require.js itself. Download the plugin file and place it as a sibling to your "data-main" main.js script.
Load text files and treat them as dependencies. Great for loading templates. The text strings can be inlined in an optimized build when the optimizer is used.
Load script in the order specified in the dependency array. Useful for existing scripts that have implied dependencies instead of calling define() to create modular code.
Load files written in CoffeeScript. Includes a version of CoffeeScript, only this one file is needed. With this plugin, it is easy to code in CoffeeScript in the browser, it can participate in the optimizer optimizations, and it works in Node and Rhino via the RequireJS adapter. This is the best way to do cross-environment, modular CoffeeScript. The project home has more information on how to use it.
Load string bundles used in internationalization (i18n) that are made up of separate country/language/locale-specific bundles.