List Of New Malayalam Movies

const express = require('express');
const axios = require('axios');
const NodeCache = require('node-cache');
const app = express();
const cache = new NodeCache( stdTTL: 3600 ); // 1 hour

const TMDB_API_KEY = 'your_tmdb_api_key_here'; const TMDB_BASE = 'https://api.themoviedb.org/3';

// Fetch new Malayalam movies (released in last 180 days) app.get('/api/new-malayalam-movies', async (req, res) => const cacheKey = 'malayalam_new_movies'; let movies = cache.get(cacheKey);

if (!movies) try const today = new Date(); const sixMonthsAgo = new Date(); sixMonthsAgo.setMonth(today.getMonth() - 6);

  const fromDate = sixMonthsAgo.toISOString().split('T')[0];
  const toDate = today.toISOString().split('T')[0];
// Discover movies with language = ml, region = IN, primary release date range
  const response = await axios.get(`$TMDB_BASE/discover/movie`, 
    params: 
      api_key: TMDB_API_KEY,
      language: 'ml',
      region: 'IN',
      with_original_language: 'ml',
      'primary_release_date.gte': fromDate,
      'primary_release_date.lte': toDate,
      sort_by: 'release_date.desc',
      include_adult: false
);
movies = response.data.results.map(movie => (
    id: movie.id,
    title: movie.title,
    originalTitle: movie.original_title,
    releaseDate: movie.release_date,
    posterPath: movie.poster_path ? `https://image.tmdb.org/t/p/w500$movie.poster_path` : null,
    voteAverage: movie.vote_average,
    overview: movie.overview,
    genreIds: movie.genre_ids
  ));
cache.set(cacheKey, movies);
 catch (error) 
  return res.status(500).json( error: 'Failed to fetch movies' );

res.json(movies); );

app.listen(5000, () => console.log('Server running on port 5000'));

Malayalam cinema, often hailed as the torchbearer of content-driven parallel cinema in India, is currently experiencing its "Golden Age." Known for its realistic storytelling, unique scripts, and powerhouse performances, the Malayalam film industry (Mollywood) has transcended geographical boundaries to win global acclaim. For fans and casual viewers alike, keeping up with the prolific output can be daunting. list of new malayalam movies

Whether you are looking for courtroom dramas, survival thrillers, or family entertainers, here is the definitive list of new Malayalam movies—from recently released blockbusters to the most anticipated upcoming titles.

Malayalam cinema in 2026 continues its mix of star-driven entertainers, thoughtful indie films and mass-market thrillers. The period from April to June showcases sequels, literary adaptations, and fresh directorial voices, underlining the industry’s widening range and growing national visibility.

Notable new releases and upcoming titles (April–June 2026)

Trends and context

How to follow these releases

If you want, I can produce a table with release dates, directors and main cast for 20–30 new Malayalam films from 2026.

Malayalam cinema continues to dominate the Indian film landscape with its unique blend of realistic storytelling and high-octane thrillers. The list of new Malayalam movies for 2026 showcases an incredible lineup of superstar reunions, high-budget sequels, and innovative independent projects. Most Anticipated Theatrical Releases (May 2026) Malayalam cinema, often hailed as the torchbearer of

The current month marks one of the biggest windows for Mollywood in recent years, headlined by the historic reunion of industry legends Mammootty and Mohanlal.

Patriot (May 1, 2026): Directed by Mahesh Narayanan, this massive political espionage thriller features an ensemble cast including Fahadh Faasil, Nayanthara, and Kunchacko Boban. The plot follows a national security crisis triggered by covert surveillance.

Drishyam 3 (May 21, 2026): Jeethu Joseph returns to direct the third installment of this legendary crime franchise. Mohanlal reprises his role as Georgekutty, who must once again protect his family from the closing truth.

Kattalan (May 14, 2026): Antony Varghese stars in this gritty action thriller that explores the brutal world of the ivory trade.

Athiradi (May 14, 2026): A campus-based action-comedy starring Basil Joseph and Tovino Thomas as rival students, with Vineeth Sreenivasan playing a pivotal role. Recent OTT Premieres

Several major hits from earlier this year are now making their way to digital platforms like Netflix, Zee5, and ManoramaMAX.

Vaazha II: Biopic of a Billion Bros: After crossing ₹163 crore at the box office, this comedy-drama is scheduled for its OTT premiere on JioHotstar in May 2026. the narrative is king

Aadu 3: The third and final installment of the beloved fantasy-comedy franchise is now available to stream on Zee5 as of May 1, 2026.

Chatha Pacha: The Ring of Rowdies: This action-comedy set in Fort Kochi's underground wrestling world premiered on Netflix on February 19, 2026. Major Upcoming Highlights in 2026

Looking ahead, the industry has several high-profile projects slated for the latter half of the year.

Upcoming Malayalam Movies - Release Dates, Cast & More - District


If the last few years have taught us anything, it is that Malayalam cinema is currently enjoying a golden age of storytelling. Gone are the days when the industry was defined solely by star power. Today, the narrative is king, and the "New Malayalam Movie" is a genre in itself—one defined by gritty realism, experimental storytelling, and a willingness to embrace the unconventional.

From the explosive success of Manjummel Boys to the quiet, simmering tension of Aattam, the lineup of recent and upcoming releases offers a buffet of cinematic brilliance. Here is a detailed look at the films shaping the current conversation.


The following films have hit the screens recently. These are the movies dominating the conversation on social media and OTT platforms.

Visual poet Blessy’s magnum opus finally saw the light of day. Starring Prithviraj Sukumaran, the film adaptation of Benyamin’s novel is a harrowing tale of an Indian migrant worker forced into slavery herding goats in the Saudi Arabian desert.