---
title: Index
layout: dsiware
redirect_from: /dsidev/index.html
---
Photos and NAND dumps of 3 retail prototypes just got released, along with a brand new prototype firmware! Thanks
Voodooween!
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 %}