# Jikage Rising

*Published:* 2026-06-10
*Author:* Mitja Rutnik

.bfak-jr{--bg:#FFFFFF;--ink:#0E1A1A;--muted:#4B5C5B;--accent:#1F3837;--surface:#FAF7F2;
  --sans:'Inter',system-ui,-apple-system,'Segoe UI',sans-serif;
  --serif:'Fraunces',Georgia,'Times New Roman',serif;
  --mono:'JetBrains Mono',ui-monospace,Menlo,Monaco,monospace;
  color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.55;font-weight:400;
  max-width:720px;margin:0 auto;container-type:inline-size;}
.bfak-jr *{box-sizing:border-box;}
.bfak-jr a{color:var(--accent);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;}
.bfak-jr a:hover{text-decoration-thickness:2px;}
.bfak-jr code{font-family:var(--mono);font-size:.875em;color:var(--ink);}
.bfak-jr-edu{font-size:12px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin:0 0 24px;}
.bfak-jr-hero{margin:0 0 48px;}
.bfak-jr-hero-name{font-family:var(--serif);font-size:40px;line-height:1.1;font-weight:500;letter-spacing:-.02em;color:var(--ink);margin:0 0 8px;}
.bfak-jr-hero-name em{font-style:italic;}
.bfak-jr-hero-meta{font-size:14px;color:var(--muted);margin:0 0 16px;font-weight:400;}
.bfak-jr-hero-meta strong{color:var(--ink);font-weight:500;}
.bfak-jr-hero-value{font-size:20px;line-height:1.45;color:var(--ink);margin:0 0 24px;font-weight:400;}
.bfak-jr-h2{font-family:var(--serif);font-size:28px;line-height:1.2;font-weight:500;letter-spacing:-.01em;color:var(--ink);margin:64px 0 24px;}
.bfak-jr-h2 em{font-style:italic;}
.bfak-jr-h2:first-child{margin-top:0;}
.bfak-jr p{margin:0 0 16px;font-size:16px;line-height:1.55;color:var(--ink);}
.bfak-jr p:last-child{margin-bottom:0;}
.bfak-jr-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin:0;}
@container (max-width:480px){.bfak-jr-stats{grid-template-columns:repeat(2,1fr);}}
.bfak-jr-stat-label{font-size:13px;color:var(--muted);margin:0 0 4px;}
.bfak-jr-stat-value{font-family:var(--serif);font-size:24px;font-weight:500;color:var(--ink);line-height:1.1;}
.bfak-jr-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:32px 24px;margin:0;}
.bfak-jr-feature-icon{color:var(--accent);margin:0 0 12px;}
.bfak-jr-feature-icon svg{width:20px;height:20px;display:block;}
.bfak-jr-feature-title{font-family:var(--serif);font-size:20px;font-weight:500;letter-spacing:-.01em;color:var(--ink);margin:0 0 4px;line-height:1.25;}
.bfak-jr-feature-text{font-size:14px;line-height:1.5;color:var(--muted);margin:0;}
.bfak-jr-info{display:grid;grid-template-columns:140px 1fr;gap:12px 24px;margin:0;font-size:16px;}
.bfak-jr-info dt{font-size:14px;color:var(--muted);font-weight:400;margin:0;}
.bfak-jr-info dd{font-size:16px;color:var(--ink);margin:0;}
@container (max-width:480px){.bfak-jr-info{grid-template-columns:1fr;gap:4px;}.bfak-jr-info dt{margin-top:12px;}.bfak-jr-info dt:first-child{margin-top:0;}}
.bfak-jr-mod-list{list-style:none;padding:0;margin:0;}
.bfak-jr-mod-list li{margin:0 0 24px;}
.bfak-jr-mod-list li:last-child{margin-bottom:0;}
.bfak-jr-mod-list strong{display:block;font-size:16px;font-weight:500;color:var(--ink);margin:0 0 4px;}
.bfak-jr-mod-list p{font-size:14px;line-height:1.5;color:var(--muted);margin:0;}
.bfak-jr-steps{list-style:none;padding:0;margin:0;counter-reset:step;}
.bfak-jr-steps li{counter-increment:step;display:grid;grid-template-columns:32px 1fr;gap:16px;margin:0 0 24px;}
.bfak-jr-steps li:last-child{margin-bottom:0;}
.bfak-jr-steps li::before{content:counter(step) ".";font-family:var(--serif);font-size:20px;font-weight:500;color:var(--muted);line-height:1.25;}
.bfak-jr-steps strong{display:block;font-size:16px;font-weight:500;color:var(--ink);margin:0 0 4px;}
.bfak-jr-steps p{font-size:14px;line-height:1.5;color:var(--muted);margin:0;}
.bfak-jr-table{width:100%;border-collapse:collapse;margin:0;font-size:15px;}
.bfak-jr-table th{text-align:left;font-size:13px;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-weight:500;padding:0 16px 12px 0;border-bottom:1px solid rgba(31,56,55,.15);}
.bfak-jr-table td{padding:12px 16px 12px 0;border-bottom:1px solid rgba(31,56,55,.08);color:var(--ink);vertical-align:top;}
.bfak-jr-related{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin:0;list-style:none;padding:0;}
.bfak-jr-related li{margin:0;}
.bfak-jr-related a{display:block;font-family:var(--serif);font-size:17px;font-weight:500;line-height:1.3;text-decoration:none;color:var(--ink);}
.bfak-jr-related a:hover{color:var(--accent);}
.bfak-jr-related span{display:block;font-size:13px;color:var(--muted);margin-top:4px;font-family:var(--sans);}
.bfak-jr-disclaimer{margin:64px 0 0;}
.bfak-jr-disclaimer-title{font-family:var(--serif);font-size:20px;font-weight:500;letter-spacing:-.01em;color:var(--ink);margin:0 0 12px;}
.bfak-jr-disclaimer p{font-size:14px;line-height:1.55;color:var(--muted);margin:0 0 12px;}
.bfak-jr-disclaimer p:last-child{margin-bottom:0;}
.bfak-jr-disclaimer a{color:var(--muted);text-decoration:underline;}
.bfak-jr-disclaimer a:hover{color:var(--accent);}
.bfak-jr-reveal{opacity:0;transform:translateY(12px);transition:opacity .6s ease,transform .6s ease;}
.bfak-jr-reveal.is-in{opacity:1;transform:none;}
Information for educational purposes only · 18+ mature content



Jikage *Rising*

Version **2.32a (Arc 3)** · Smiling Dog · `com.smilingdog.jikagerisingarc3`

A ninja-themed anime role-playing game and visual novel for [Android](https://bestforandroid.com/ "best android guides"), built around branching story choices, character training, and turn-based battles. Intended for adults aged 18 and over.



App *snapshot*
--------------

Version

2.32a



Size

~1.65 GB



Android

5.0+



Audience

18+





What is *Jikage Rising*
-----------------------

Jikage Rising is a story-driven role-playing game made by the independent developer Smiling Dog. It blends a visual-novel framework with light RPG systems and sets its plot inside a ninja village clearly modelled on the world of Naruto. The build distributed here belongs to the Arc 3 story line, identified by the package name `com.smilingdog.jikagerisingarc3`.

The loop pairs reading and choice with management. You move through chapters of dialogue, make branching decisions that steer the plot, and between story beats you train characters, run repeatable commissions to raise stats and resources, and resolve missions through turn-based combat. Wins unlock gear, new routes, and further chapters. Because the project is released chapter by chapter, the Arc 3 package tracks the later stretch of the ongoing narrative rather than the earliest releases.

The game is adult-only. Its story includes mature themes and is intended strictly for players aged 18 and above. It is distributed directly by the developer and on third-party Android hosts, and it is not listed on the Google Play Store.



Core *features*
---------------



Branching story

Visual-novel chapters where the choices you make shape relationships, routes, and how the plot unfolds.

 



Character training

Raise stats and resources by repeating commissions and assignments between story segments.

 



Turn-based battles

Mission outcomes are decided in turn-based fights that gate gear, routes, and chapter progress.

 



Offline play

Runs without a constant connection once installed, so progress continues without [streaming](https://bestforandroid.com/movie-streaming-apps/ "best free movie apps") the content.

 



Ongoing arcs

Released chapter by chapter; the Arc 3 package follows the later stretch of the storyline.

 



Save and resume

Local saves let you step away mid-chapter and pick the story back up where you left it.

 





App *info*
----------

 DeveloperSmiling Dog Package ID`com.smilingdog.jikagerisingarc3` Version2.32a (Arc 3) UpdatedApril 2026 Size~1.65 GB Android floorAndroid 5.0 and above GenreRole-playing &amp; visual novel AudienceMature, 18 and over DistributionDeveloper + third-party hosts (not on Google Play)

What this *mod* offers
----------------------

The build hosted here is a modified Arc 3 package. Mod versions of Jikage Rising are circulated to remove the grind and gating that the standard release uses to pace progress, so more of the story and its systems are open from the start.

- **Full game unlocked.**Chapters and routes that the base build reveals gradually are accessible without working through every prior gate.
- **Resource boosts.**In-game currency and training resources are raised so stat-building commissions take less repetition.
- **Eased battle pacing.**Turn-based mission fights are tuned to be less punishing, smoothing the path between story beats.
- **Direct install.**Packaged as a standard sideload, so no separate account, patcher, or subscription is required to launch it.



How to *install*
----------------

This is a sideloaded [APK](https://bestforandroid.com/apk/ "apps apk download"), so the flow is the standard one for apps that live outside the Play Store. The file is large, so download on Wi-Fi and keep a couple of gigabytes of free storage.

1. **Confirm you are 18 or older**This game is adult-only. Only continue if you meet the age requirement for mature content in your region.
2. **Download the APK file**Tap the download button on this page. The file lands in your default Downloads folder; the large size means it may take a few minutes.
3. **Allow installs from this source**Open Settings, search `Install unknown apps`, find your browser or file manager, and toggle the permission on.
4. **Open the downloaded APK**Tap the file in Downloads. Android’s package installer opens and lists the permissions it requests.
5. **Tap Install, then Open**Confirm the install, wait for it to finish, and launch the game. First load can take a moment while assets unpack.



Mod build vs *standard* release
-------------------------------

 What you getMod buildStandard release  Story accessChapters and routes opened upUnlocked through progress ResourcesBoosted for faster trainingEarned through commissions Battle pacingEasedStandard difficulty curve SourceThird-party hostDeveloper release 

Related Android *apps*
----------------------

- [Summertime Saga ModAnother long-form adult visual novel with branching routes.](https://bestforandroid.com/apk/summertime-saga-latest/)
- [Dragon Ball Z Dokkan Battle ModAnime-licensed turn-based RPG for fans of the genre.](https://bestforandroid.com/apk/dragon-ball-z-dokkan-battle-mod/)
- [Shadow Fight 2 ModAction RPG with progression and unlocked content.](https://bestforandroid.com/apk/shadow-fight-modd/)
- [Best manga reader appsCompanion picks for anime and manga readers.](https://bestforandroid.com/manga-reader-apps/)
- [Free movie streaming alternativesMore entertainment options on bestforandroid.](https://bestforandroid.com/free-movies-sites-alternatives/)



Disclaimer and age notice

Jikage Rising is an adult game intended for players aged 18 and over. Do not download or install it if you are under 18 or if mature content is not permitted where you live. The build described above is a community-modified package and is not the official release; it is not affiliated with or endorsed by Smiling Dog. This page is provided for informational purposes only.

All app names, characters, and trademarks belong to their respective owners. Rights holders can request removal through our [DMCA process](/apk/dmca/).




(function(){
  if(typeof window==="undefined"||!("IntersectionObserver" in window)){return;}
  var els=document.querySelectorAll(".bfak-jr-reveal");
  var obs=new IntersectionObserver(function(entries){
    entries.forEach(function(e){
      if(e.isIntersecting){e.target.classList.add("is-in");obs.unobserve(e.target);}
    });
  },{rootMargin:"0px 0px -10% 0px"});
  for(var i=0;i<els.length;i++){obs.observe(els);}
})();

{"@context":"https://schema.org","@type":"SoftwareApplication","name":"Jikage Rising","operatingSystem":"Android 5.0+","applicationCategory":"GameApplication","author":{"@type":"Organization","name":"Smiling Dog"},"softwareVersion":"2.32a","contentRating":"Mature 18+","offers":{"@type":"Offer","price":"0","priceCurrency":"USD"}}