---
title: Index
layout: dsiware
redirect_from: /dsidev/index.html
---
Some new factory tools just dropped thanks to
March42! Most interesting is a tool used to "reset" DSis if an error happens in setup. Check it out!
Welcome to random meaningless characters!
Welcome! This site is focused on documenting every single DS/DSi factory and development app, as well as prototype firmwares and hardware. We have the largest collection of apps publicly available, the most accurate information, and things you'll have never heard of. We also do prototype/dev releases, so if you have any cartridges or development units, get in touch
{% assign i = 0 %}
{% for ENTRY in site.data.dsinfo -%}
{%- if ENTRY.PUBLISHED == "TRUE" -%}
{% assign i = i | plus:1 %}
{%- if i == 4 -%}
{% assign i = 0 %}
{%- endif -%}
{%- endif -%}
{%- endfor %}